Hacker News new | ask | show | jobs
by mnemonik 2403 days ago
Both Wasmtime and Lucet can AOT compile Wasm, for what it's worth.
2 comments

WAVM can also compile WebAssembly code to an optimized, native object file.

It can also embed the compiled code into the WebAssembly module, so that the same module can directly run the precompiled code (when using WAVM) or be executed as a standard module by another runtime.

TIL! Lucet is being switched over to Wasmtime as well [1]. I'll have to take another look at it.

[1] https://hacks.mozilla.org/2019/11/announcing-the-bytecode-al...