Skip to content

Commit

Permalink
Merge pull request #31 from juntyr/wasmi-v0.40
Browse files Browse the repository at this point in the history
Bump the wasmi-runtime-layer to v0.40
  • Loading branch information
DouglasDwyer authored Dec 2, 2024
2 parents 5f049cd + ae6b486 commit 7c7dad4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ smallvec.workspace = true

[dev-dependencies]
js_wasm_runtime_layer = { version = "0.4", path = "backends/js_wasm_runtime_layer" }
wasmi_runtime_layer = { version = "0.39", path = "backends/wasmi_runtime_layer" }
wasmi_runtime_layer = { version = "0.40", path = "backends/wasmi_runtime_layer" }
wasm-bindgen-test = "0.3"
wat = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion backends/js_wasm_runtime_layer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ js-sys = { version = "0.3", default-features = false }
slab = { version = "0.4", default-features = false }
smallvec.workspace = true
tracing = { version = "0.1", default-features = false, optional = true }
wasmparser = { version = "0.220", default-features = false, features = [ "std" ]}
wasmparser = { version = "0.221", default-features = false, features = [ "std" ]}
wasm-bindgen = { version = "0.2", default-features = false }
wasm_runtime_layer.workspace = true

Expand Down
4 changes: 2 additions & 2 deletions backends/wasmi_runtime_layer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmi_runtime_layer"
version = "0.39.0"
version = "0.40.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand All @@ -14,4 +14,4 @@ anyhow.workspace = true
ref-cast.workspace = true
smallvec.workspace = true
wasm_runtime_layer.workspace = true
wasmi = { version = "0.39", default-features = false, features = [ "std" ] }
wasmi = { version = "0.40", default-features = false, features = [ "std" ] }

0 comments on commit 7c7dad4

Please sign in to comment.