Hacker News new | ask | show | jobs
by steelbrain 568 days ago
> WASM needs a separate runtime, whereas a node binary doesn't.

FWIW, node ships with a WASM runtime. See https://nodejs.org/en/learn/getting-started/nodejs-with-weba...

1 comments

The more accurate way to say that is: V8 is also a WASM runtime.