Fix compilation of wasmtime-environ from within wasmtime-jit. (#201)
* Fix compilation of wasmtime-environ from within wasmtime-jit. Enable wasmtime-environ/std when wasmtime-jit's std feature is enabled. Fixes #200. * Fix wasmtime-debug build too.
This commit is contained in:
@@ -25,7 +25,7 @@ failure_derive = { version = "0.1.3", default-features = false }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = ["cranelift-codegen/std", "cranelift-wasm/std"]
|
||||
std = ["cranelift-codegen/std", "cranelift-wasm/std", "wasmtime-environ/std"]
|
||||
core = ["cranelift-codegen/core", "cranelift-wasm/core"]
|
||||
|
||||
[badges]
|
||||
|
||||
Reference in New Issue
Block a user