Skip to content

Commit 112e94a

Browse files
dependabot[bot]hyperpolymath
authored andcommitted
chore(deps): bump wasmprinter from 0.251.0 to 0.252.0
Bumps [wasmprinter](https://github.com/bytecodealliance/wasm-tools) from 0.251.0 to 0.252.0. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) --- updated-dependencies: - dependency-name: wasmprinter dependency-version: 0.252.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d889178 commit 112e94a

2 files changed

Lines changed: 18 additions & 7 deletions

File tree

Cargo.lock

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

crates/typed-wasm-codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ path = "src/bin/tw.rs"
2121
# and verifier on the same locked version.
2222
wasm-encoder = "=0.251.0"
2323
# WAT (text wasm) rendering for `tw build --emit wat` (Phase 1 deliverable 4, #125).
24-
wasmprinter = "=0.251.0"
24+
wasmprinter = "=0.252.0"
2525
# The producer reuses the verifier's own carrier encoders so the emitted
2626
# typedwasm.regions / typedwasm.access-sites bytes cannot drift from the
2727
# decoder the verifier runs. `unstable-l2` gates those encoders.

0 commit comments

Comments
 (0)