bytecodealliance / wasm-tools

CLI and Rust libraries for low-level manipulation of WebAssembly modules
Apache License 2.0
1.36k stars 245 forks source link

Enable bulk-memory by default in `wasm-smith` #1861

Closed alexcrichton closed 1 month ago

alexcrichton commented 1 month ago

The implementation of Arbitrary for Config already enabled it by default, so reflect this in the Default implementation as well.