Merge branch 'master' into cranelift-update

# Conflicts:
#	Cargo.lock
#	lib/compiler/src/lib.rs
#	lib/compiler/src/target.rs
This commit is contained in:
Syrus
2020-06-12 14:27:59 -07:00
50 changed files with 1669 additions and 1359 deletions

View File

@@ -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).