Hacker News new | ask | show | jobs
by jariel 1892 days ago
My answer is correct.

Yes of course WASM is a VM of some kind, that should be obvious enough i.e. people are not running machine code in WASM.

My response indicated that if you want to run JS on WASM you have to build another VM on top of WASM (which you indicated is already a VM, sure).

To do JS in WASM you'd have to build something like V8 (a VM) on top of WASM.

1 comments

Actually, they might. It just a matter of creating a FPGA implementation.