brson / wasm-opt-rs

Rust bindings for Binaryen's wasm-opt
Apache License 2.0
61 stars 10 forks source link

Document mvp_features_only prominently #129

Closed brson closed 1 year ago

brson commented 1 year ago

The enabling of signxet and mutableglobals in v111 has already caused confusion in cargo-contract (https://github.com/paritytech/cargo-contract/pull/888). wasmi at least doesn't seem to enable these features by default, nor does the rust llvm backend.

brson commented 1 year ago

wasmi i think does enable them by default, but both substrate's contracts-pallet and soroban disable them