11[package ]
22name = " wasmer"
3- version = " 3.0.2 "
3+ version = " 3.1.0 "
44description = " High-performance WebAssembly runtime"
55categories = [" wasm" ]
66keywords = [" wasm" , " webassembly" , " runtime" , " vm" ]
@@ -34,15 +34,15 @@ tracing = { version = "0.1", optional = true }
3434# Dependencies and Development Dependencies for `sys`.
3535[target .'cfg(not(target_arch = "wasm32"))' .dependencies ]
3636# - Mandatory dependencies for `sys`.
37- wasmer-vm = { path = " ../vm" , version = " =3.0.2 " }
38- wasmer-compiler = { path = " ../compiler" , version = " =3.0.2 " }
39- wasmer-derive = { path = " ../derive" , version = " =3.0.2 " }
40- wasmer-types = { path = " ../types" , version = " =3.0.2 " }
37+ wasmer-vm = { path = " ../vm" , version = " =3.1.0 " }
38+ wasmer-compiler = { path = " ../compiler" , version = " =3.1.0 " }
39+ wasmer-derive = { path = " ../derive" , version = " =3.1.0 " }
40+ wasmer-types = { path = " ../types" , version = " =3.1.0 " }
4141target-lexicon = { version = " 0.12.2" , default-features = false }
4242# - Optional dependencies for `sys`.
43- wasmer-compiler-singlepass = { path = " ../compiler-singlepass" , version = " =3.0.2 " , optional = true }
44- wasmer-compiler-cranelift = { path = " ../compiler-cranelift" , version = " =3.0.2 " , optional = true }
45- wasmer-compiler-llvm = { path = " ../compiler-llvm" , version = " =3.0.2 " , optional = true }
43+ wasmer-compiler-singlepass = { path = " ../compiler-singlepass" , version = " =3.1.0 " , optional = true }
44+ wasmer-compiler-cranelift = { path = " ../compiler-cranelift" , version = " =3.1.0 " , optional = true }
45+ wasmer-compiler-llvm = { path = " ../compiler-llvm" , version = " =3.1.0 " , optional = true }
4646
4747wasm-bindgen = { version = " 0.2.74" , optional = true }
4848js-sys = { version = " 0.3.51" , optional = true }
@@ -55,17 +55,17 @@ winapi = "0.3"
5555wat = " 1.0"
5656tempfile = " 3.1"
5757anyhow = " 1.0"
58- macro-wasmer-universal-test = { version = " 3.0.2 " , path = " ./macro-wasmer-universal-test" }
58+ macro-wasmer-universal-test = { version = " 3.1.0 " , path = " ./macro-wasmer-universal-test" }
5959
6060# Dependencies and Develoment Dependencies for `js`.
6161[target .'cfg(target_arch = "wasm32")' .dependencies ]
6262# - Mandatory dependencies for `js`.
63- wasmer-types = { path = " ../types" , version = " =3.0.2 " , default-features = false , features = [" std" ] }
63+ wasmer-types = { path = " ../types" , version = " =3.1.0 " , default-features = false , features = [" std" ] }
6464wasm-bindgen = " 0.2.74"
6565wasm-bindgen-downcast = { version = " 0.1.1" }
6666js-sys = " 0.3.51"
6767# web-sys = { version = "0.3.51", features = [ "console" ] }
68- wasmer-derive = { path = " ../derive" , version = " =3.0.2 " }
68+ wasmer-derive = { path = " ../derive" , version = " =3.1.0 " }
6969# - Optional dependencies for `js`.
7070wasmparser = { version = " 0.83" , default-features = false , optional = true }
7171hashbrown = { version = " 0.11" , optional = true }
@@ -77,7 +77,7 @@ serde = { version = "1.0", features = ["derive"] }
7777wat = " 1.0"
7878anyhow = " 1.0"
7979wasm-bindgen-test = " 0.3.0"
80- macro-wasmer-universal-test = { version = " 3.0.2 " , path = " ./macro-wasmer-universal-test" }
80+ macro-wasmer-universal-test = { version = " 3.1.0 " , path = " ./macro-wasmer-universal-test" }
8181
8282# Specific to `js`.
8383#
0 commit comments