Skip to content

Comments

Enable all Wasm features in Validator#146

Merged
calvinrp merged 1 commit intobytecodealliance:mainfrom
tanishiking:enable-all-features
Jan 6, 2025
Merged

Enable all Wasm features in Validator#146
calvinrp merged 1 commit intobytecodealliance:mainfrom
tanishiking:enable-all-features

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