Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reference-types issue with wasm-opt #93

Merged
merged 3 commits into from
Nov 4, 2024
Merged

Conversation

jeffcharles
Copy link
Contributor

Description of the change

Use wasm-opt on Ruvy Core when copying it into the CLI binary.

Why am I making this change?

Fixes an issue Wizer complaining about a non-zero table index. Specifically wasm-opt changes uses of LEB encoding of 0 for table indexes to a single byte 0 so Wizer can work with the module.

@jeffcharles jeffcharles merged commit 295d917 into main Nov 4, 2024
3 checks passed
@jeffcharles jeffcharles deleted the jc.use-wasm-opt-on-core branch November 4, 2024 15:49
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