You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for extended-const to wasm-smith (#1862)
* Add support for `extended-const` to `wasm-smith`
This commit adds support for the `extended-const` proposal to the
`wasm-smith` generator crate. This is gated behind a new
`extended_const_enabled` field in `wasm_smith::Config`
This commit additionally refactors the `wasm-smith` test suite and
fuzzers in this repository to share the same source for generating a
`WasmFeatures` from a `Config`.
Finally this also fixes a few minor issues with wide arithmetic, namely
it was enabled in fuzzing for components by accident and needed to be
added to the `Config`-to-`WasmFeatures` conversion.
* Fix compile
0 commit comments