Skip to content

Commit be43f0f

Browse files
deps(deps): bump wasmi from 0.50.0 to 0.51.4
Bumps [wasmi](https://github.com/wasmi-labs/wasmi) from 0.50.0 to 0.51.4. - [Release notes](https://github.com/wasmi-labs/wasmi/releases) - [Changelog](https://github.com/wasmi-labs/wasmi/blob/main/CHANGELOG.md) - [Commits](wasmi-labs/wasmi@v0.50.0...v0.51.4) --- updated-dependencies: - dependency-name: wasmi dependency-version: 0.51.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7d6a247 commit be43f0f

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/perry-wasm-host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ crate-type = ["rlib", "staticlib"]
1313
# wasmi: pure-Rust WebAssembly interpreter. Default-features off so we don't pull
1414
# the std-only "string-interner" extras that bloat binary size — the issue
1515
# measured ~1.1 MB delta with default-features=false.
16-
wasmi = { version = "0.50", default-features = false }
16+
wasmi = { version = "0.51", default-features = false }
1717

1818
[features]
1919
default = []

0 commit comments

Comments
 (0)