mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 06:08:29 +00:00
Merge branch 'master' into cranelift-update
# Conflicts: # Cargo.lock # lib/compiler/src/lib.rs # lib/compiler/src/target.rs
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
This is the `wasmer-compiler-cranelift` crate, which contains a
|
||||
compiler implementation based on Cranelift.
|
||||
|
||||
We recommend using this compiler only for development proposes.
|
||||
For production we recommend using `wasmer-compiler-llvm` as it offers
|
||||
a much better runtime speed (50% faster on average).
|
||||
|
||||
### Acknowledgments
|
||||
|
||||
This project borrowed some of the function lowering from [cranelift-wasm](https://crates.io/crates/cranelift-wasm).
|
||||
|
||||
Reference in New Issue
Block a user