Skip to content

Commit ba90498

Browse files
committed
chore(deps): Update wasmtime-environ to 31.0.0
wasmtime-environ 31.0.0 adds support for exception tags. bytecodealliance/wasmtime#10251 Previously, exception tags were not supported, and attempting to transpile a component module containing a tag would fail by hitting `unreachable`. Updating `wasmtime-environ` to 31.0.0 enable to transpile binary with exceptions.
1 parent b764748 commit ba90498

File tree

2 files changed

+21
-27
lines changed

2 files changed

+21
-27
lines changed

Diff for: Cargo.lock

+20-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ wasm-encoder = { version = "0.227.1", default-features = false }
4646
wasm-metadata = { version = "0.227.1", default-features = false }
4747
wasmparser = { version = "0.227.1", default-features = false }
4848
wasmprinter = { version = "0.227.1", default-features = false }
49-
wasmtime-environ = { version = "30.0.1", features = [
49+
wasmtime-environ = { version = "31.0.0", features = [
5050
"component-model",
5151
"compile",
5252
] }

0 commit comments

Comments
 (0)