Hacker News new | ask | show | jobs
by int_19h 1633 days ago
If something can run wasm, it can run JS by running an interpreter compiled to wasm.

Conversely, wasm can be transpiled to JS, and asm.js is also a thing.