Skip to content

disable reference-types hack#45

Merged
WorldSEnder merged 1 commit into
mainfrom
enable-reference-types
Jun 28, 2026
Merged

disable reference-types hack#45
WorldSEnder merged 1 commit into
mainfrom
enable-reference-types

Conversation

@WorldSEnder

Copy link
Copy Markdown
Owner

by shimming a few more functions, we can finally work around the reference-types transformations in wasm-bindgen.

Specifically, casts are transformed into imports, and the signature of imports are transformed by externref passes. We must make sure that these imports do not land in the indirect function table, because only the main module is will also get fixed for these new signatures.

by shimming a few more functions, we can finally
work around the reference-types transformations in
wasm-bindgen.
Specifically, casts are transformed into imports, and the
signature of imports are transformed by externref passes.
We must make sure that these imports do not land in the
indirect function table, because only the main module is
will also get fixed for these new signatures.
@WorldSEnder WorldSEnder linked an issue Jun 28, 2026 that may be closed by this pull request
@WorldSEnder WorldSEnder merged commit 191176a into main Jun 28, 2026
5 checks passed
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.

Enable target feature reference-types

1 participant