|
|
|
|
|
by avadodin
35 days ago
|
|
Not op, but I only know it as the 32-bit single-threaded binary replacement for JavaScript that can't interact with anything naturally yet people get all excited about when they manage to turn their LLVM slop output into it. Maybe we've been reading different HN submissions. |
|
Wasm nowadays is 64 bits (except for Safari, the IE6 of our time) and has threads.
True about the wasm inability to call JS APIs with no overhead. This sucks