Merge branch 'master' into wasi-common

This commit is contained in:
Jakub Konka
2019-11-08 06:53:18 +01:00
39 changed files with 692 additions and 398 deletions

View File

@@ -30,7 +30,6 @@ hashbrown = { version = "0.6.0", optional = true }
[features]
default = ["std"]
std = ["cranelift-codegen/std", "cranelift-wasm/std", "wasmtime-environ/std", "wasmparser/std"]
wasm-c-api = []
core = ["hashbrown/nightly", "cranelift-codegen/core", "cranelift-wasm/core", "wasmtime-environ/core", "wasmparser/core"]
[dev-dependencies]