Y
Hacker News
new
|
ask
|
show
|
jobs
by
swiftcoder
6 days ago
The Birth and Death of Javascript really had the gift of prophecy, eh
1 comments
neocron
6 days ago
Was that the thing where Gary predicted js in the kernel?
link
frollogaston
6 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
6 days ago
bpf isn't a far stretch from that
link
swiftcoder
6 days ago
yes, although more directly relevant here, chrome-compiled-to-wasm-nested-in-chrome
link
yencabulator
6 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