brson / wasm-opt-rs

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

Backport empty memories fix and make 110 point release #105

Closed brson closed 1 year ago

brson commented 1 year ago

In https://github.com/WebAssembly/binaryen/pull/5145, Binaryen has made a fix for https://github.com/paritytech/substrate/pull/12280#issuecomment-1281564349.

We can probably backport this to Binaryen 110, which we are already forking, and make a point release that wasm-builder can use.

brson commented 1 year ago

Done.