Open eric-seppanen opened 5 hours ago
I investigated a few versions of wasm-opt
and found that any version >= 117 works, but they all require an additional CLI flag --enable-bulk-memory
.
I'm not sure how to make this happen when using trunk.
So perhaps this is related to #866?
After upgrading from Rust 1.81 to 1.82 I discovered that a particular wasm/trunk project no longer builds. It always fails with:
I built a minimized project that demonstrates the issue here: https://github.com/eric-seppanen/wasm_test_2024
This seems to be a wasm-opt issue, but since wasm-opt is bundled with trunk by default, perhaps it would be a good idea to ship a newer version?