mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-27 05:01:02 +00:00
321: Update to Cranelift 0.3.0 r=bjfish a=bjfish Some API changes were addressed: - `ModuleEnvironment` many trait methods removed:459f6ddb26 (diff-0682a088315ee358a75d4b60bc72dafc)
- `declare_table_elements` parameter type changed:64ea964bc0
- `UnreachableCodeReached` trap code added:1c43ad771e
- `declare_signature` signature updated:8a24539e0c
- `define_function_body` parameter added:37dffdaea1
- `target_lexicon` dependency updated to version `0.3.0` Co-authored-by: Brandon Fish <brandon.j.fish@gmail.com> Co-authored-by: Syrus Akbary <me@syrusakbary.com> Co-authored-by: Brandon Fish <bjfish@users.noreply.github.com>
Wasmer Cranelift backend
Wasmer is a standalone JIT WebAssembly runtime, aiming to be fully compatible with Emscripten, Rust and Go. Learn more.
This crate represents the Cranelift backend.