11[package ]
22name = " wasmtime"
3- version = " 0.7 .0"
3+ version = " 0.8 .0"
44authors = [" The Wasmtime Project Developers" ]
55description = " High-level API to expose the Wasmtime runtime"
66license = " Apache-2.0 WITH LLVM-exception"
@@ -18,9 +18,9 @@ cranelift-native = "0.50.0"
1818cranelift-entity = { version = " 0.50.0" , features = [" enable-serde" ] }
1919cranelift-wasm = { version = " 0.50.0" , features = [" enable-serde" ] }
2020cranelift-frontend = " 0.50.0"
21- wasmtime-runtime = { path = " ../runtime" , version = " 0.7 .0" }
22- wasmtime-environ = { path = " ../environ" , version = " 0.7 .0" }
23- wasmtime-jit = { path = " ../jit" , version = " 0.7 .0" }
21+ wasmtime-runtime = { path = " ../runtime" , version = " 0.8 .0" }
22+ wasmtime-environ = { path = " ../environ" , version = " 0.8 .0" }
23+ wasmtime-jit = { path = " ../jit" , version = " 0.8 .0" }
2424wasmparser = { version = " 0.39.2" , default-features = false }
2525target-lexicon = { version = " 0.9.0" , default-features = false }
2626anyhow = " 1.0.19"
@@ -29,12 +29,12 @@ region = "2.0.0"
2929
3030[dev-dependencies ]
3131# for wasmtime.rs
32- wasi-common = { path = " ../wasi-common" , version = " 0.7 .0" }
32+ wasi-common = { path = " ../wasi-common" , version = " 0.8 .0" }
3333docopt = " 1.0.1"
3434serde = { "version" = " 1.0.94" , features = [" derive" ] }
3535pretty_env_logger = " 0.3.0"
36- wasmtime-wast = { path = " ../wast" , version = " 0.7 .0" }
37- wasmtime-wasi = { path = " ../wasi" , version = " 0.7 .0" }
36+ wasmtime-wast = { path = " ../wast" , version = " 0.8 .0" }
37+ wasmtime-wasi = { path = " ../wasi" , version = " 0.8 .0" }
3838rayon = " 1.1"
3939file-per-thread-logger = " 0.1.1"
4040wat = " 1.0"
0 commit comments