Merge remote-tracking branch 'origin/master' into singlepass

This commit is contained in:
losfair
2020-05-04 23:22:05 +08:00
46 changed files with 496 additions and 376 deletions

View File

@@ -13,7 +13,7 @@ edition = "2018"
[dependencies]
hashbrown = { version = "0.7.2", optional = true }
wasmer-compiler = { path = "../compiler", version = "0.16.2", default-features = false }
wasmer-compiler = { path = "../compiler", version = "0.16.2", features = ["translator"], default-features = false }
wasmer-runtime = { path = "../runtime", version = "0.16.2" }
wasm-common = { path = "../wasm-common", version = "0.16.2", default-features = false }
rayon = "1.3.0"