Testcase: ```wat (module (memory $0 1 1) (data (i32.const 0) "") (func $func (data.drop 0) ) ) ``` Command: ```shell $ bin/wasm-opt w.wast --memory-packing -all ``` cc @tlively I guess it's not valid to remove a segment that is referred to from a bulk memory operation?
Testcase:
Command:
cc @tlively I guess it's not valid to remove a segment that is referred to from a bulk memory operation?