Skip to content

Conversation

tanishiking
Copy link
Contributor

@tanishiking tanishiking commented Apr 4, 2025

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 binary containing a tag would fail by hitting unreachable. Updating wasmtime-environ to 31.0.0 enable to transpile binary with exceptions.

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.
Copy link
Collaborator

@vados-cosmonic vados-cosmonic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

Thanks @tanishiking !

@vados-cosmonic vados-cosmonic merged commit 71dbc84 into bytecodealliance:main Apr 6, 2025
22 checks passed
@tanishiking tanishiking deleted the update-wasmtime-environ branch April 6, 2025 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants