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

Enable all Wasm features in Validator #146

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

tanishiking
Copy link
Contributor

@tanishiking tanishiking commented Jan 6, 2025

fix #145

Enable all Wasm features in the Validator so we can use components that rely on Wasm features that isn't enabled by default, such as gc.


This PR enabled all the Wasm features (a workaround (2) in #145), but if we want to support command line arguments something like --features instead, let me know :)
( personally think it's reasonable that wac to support all features by default though)

fix bytecodealliance#145

Enable all Wasm features in the `Validator` so we can use components
that rely on Wasm features that isn't enabled by default, such as `gc`.
@calvinrp calvinrp self-requested a review January 6, 2025 15:14
@calvinrp
Copy link
Collaborator

calvinrp commented Jan 6, 2025

Thanks for the PR. Yeah, seems reasonable for Wac to have all the features enabled by default for validation purposes.

@calvinrp calvinrp merged commit 6c22d80 into bytecodealliance:main Jan 6, 2025
7 checks passed
@tanishiking tanishiking deleted the enable-all-features branch January 7, 2025 07:44
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.

Allow specifying wasm features to be enabled (or enable all features) in wac
2 participants