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