Hacker News new | ask | show | jobs
by ncruces 106 days ago
If you consider just Wasm 1.0 and 2.0, the amount of “runtime” is relatively sparse.

A tool like wasm2c (or my wasm2go) shows this: there is no huge runtime to carry, just a fairly direct translation of Wasm byte code to C (or Go).

wasm2c: https://github.com/WebAssembly/wabt/blob/main/wasm2c/README....

wasm2go: https://github.com/ncruces/wasm2go