We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c1937 commit 056ecf1Copy full SHA for 056ecf1
src/cmd/build.rs
@@ -627,7 +627,8 @@ fn do_optimization(
627
// the memory in our module is imported, `wasm-opt` needs to be told that
628
// the memory is initialized to zeroes, otherwise it won't run the
629
// memory-packing pre-pass.
630
- .arg("--zero-filled-memory");
+ .arg("--zero-filled-memory")
631
+ .arg("--mvp-features");
632
if keep_debug_symbols {
633
command.arg("-g");
634
}
0 commit comments