Hey, I was wondering: does Wasmtime still have a mode where it takes a Wasm executable and it generates a native binary? I remember that used to be a thing a few years ago (terrarium?), but I'm not sure if that still lives on somehow?
There's wasmtime compile
, but that generates a .cwasm
file, which only Wasmtime knows how to run. I believe @Dan Gohman and others discussed extending that to produce e.g. standalone ELF binaries at some point, but I'm not aware of anything beyond brainstorming.
I see, that's really helpful - thank you!
Last updated: Nov 22 2024 at 16:03 UTC