Hacker News new | ask | show | jobs
by chrisseaton 1432 days ago
> It requires x86/64 because it runs on WebAssembly.

What is the technical requirement behind this?

1 comments

There is none, one of the main objectives of WASM was to be a machine agnostic bytecode, similar to JVM bytecode for example. People have even built wasm VMs on FPGAs