5 ms·
> The first time you run a binary, it is translated from x86_64 to WebAssembly and that takes time. If the binary is running under a real x64 linux kernel runn
by orangea 10d ago
> The first time you run a binary, it is translated from x86_64 to WebAssembly and that takes time.
If the binary is running under a real x64 linux kernel running in qemu, wouldn't that imply that the binary is never translated to wasm?
- yjftsjthsd-h 10d agoThis qemu JITs things to wasm as it runs