Does cranelift support AOT compiling? I was curious since only a JIT demo exists
Yes, you can use the cranelift-object crate to write object files.
thats correct. and, just in case you are actually asking whether Wasm can be aot compiled, wasmtime::Module::serialize, deserialize emit and consume an ELF object specific to wasmtime
Last updated: Nov 22 2024 at 17:03 UTC