Y
Hacker News
new
|
ask
|
show
|
jobs
by
neocron
2 days ago
Was that the thing where Gary predicted js in the kernel?
3 comments
frollogaston
2 days ago
How about hardware accelerators to interpret JS? At least it wouldn't break, cause modern JS all transpiles to the old one.
link
SSLy
2 days ago
bpf isn't a far stretch from that
link
swiftcoder
2 days ago
yes, although more directly relevant here, chrome-compiled-to-wasm-nested-in-chrome
link
yencabulator
2 days ago
Firefox's font rendering is sandboxed by being C/C++-compiled-to-wasm-then-aot-compiled-to-native-code. Yavascript is dead, all hail WASM.
https://hacks.mozilla.org/2020/02/securing-firefox-with-weba...
link