Stream: cranelift

Topic: AOT


view this post on Zulip Komodo Dragon (Aug 28 2022 at 00:14):

Does cranelift support AOT compiling? I was curious since only a JIT demo exists

view this post on Zulip bjorn3 (Aug 28 2022 at 10:19):

Yes, you can use the cranelift-object crate to write object files.

view this post on Zulip Pat Hickey (Sep 01 2022 at 18:27):

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