Sync wasmtime and remove wasm32 deprecated module (#165)
Since `wasmtime` now uses `wasi` and `wasi32` modules, we can now safely remove the `wasm32` module. This commit also updates `wasmtime` to the latest upstream.
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -40,11 +40,11 @@ cpu-time = "1.0"
|
||||
|
||||
|
||||
[dev-dependencies]
|
||||
wasmtime-runtime = { git = "https://github.com/cranestation/wasmtime", rev = "875eea6" }
|
||||
wasmtime-environ = { git = "https://github.com/cranestation/wasmtime", rev = "875eea6" }
|
||||
wasmtime-jit = { git = "https://github.com/cranestation/wasmtime", rev = "875eea6" }
|
||||
wasmtime-wasi = { git = "https://github.com/cranestation/wasmtime", rev = "875eea6" }
|
||||
wasmtime-api = { git = "https://github.com/cranestation/wasmtime", rev = "875eea6" }
|
||||
wasmtime-runtime = { git = "https://github.com/cranestation/wasmtime", rev = "b42e550" }
|
||||
wasmtime-environ = { git = "https://github.com/cranestation/wasmtime", rev = "b42e550" }
|
||||
wasmtime-jit = { git = "https://github.com/cranestation/wasmtime", rev = "b42e550" }
|
||||
wasmtime-wasi = { git = "https://github.com/cranestation/wasmtime", rev = "b42e550" }
|
||||
wasmtime-api = { git = "https://github.com/cranestation/wasmtime", rev = "b42e550" }
|
||||
cranelift-codegen = "0.46.1"
|
||||
target-lexicon = "0.8.1"
|
||||
pretty_env_logger = "0.3.0"
|
||||
|
||||
Reference in New Issue
Block a user