Stream: git-wasmtime

Topic: wasmtime / Issue #1031 Explanation of scope


view this post on Zulip Wasmtime GitHub notifications bot (Mar 21 2020 at 04:42):

sunfishcode commented on Issue #1031:

Cranelift (formerly Cretonne) is currently focusing on "backend" compilation, however if it is successful, we hope to extend it some day with high-level inter-procedural optimizations.

While Cranelift includes the cranelift-wasm crate for translating wasm, it isn't sufficient for complete wasm compilation. One needs additional support, such as the support now provided by Wasmtime.

It is theoretically possible that Cranelift could output to wasm some day, however it is not set up to do so right now.

Cranelift is indeed meant to be useful in both JIT and AOT configurations. Lucet and rustc_codegen_cranelift are examples of using it in an AOT configuration, and Wasmtime is an example of using it in a JIT configuration.

If you have any further questions, please re-open this issue or file a new one!

view this post on Zulip Wasmtime GitHub notifications bot (Mar 21 2020 at 04:42):

sunfishcode closed Issue #1031:

The readme says that cretonne is supposed to be a code generator for WebAssembly, but it's a bit unclear what that means, seeing how there doesn't appear to be anything to actually do with wasm in the code.

Preferably, the readme or documentation should be able to answer these questions.


Last updated: Oct 23 2024 at 20:03 UTC