If I take a simple SIMD test from emscripten and build with MEMORY64=2 (lowering) I get errors like this one:
$ wasm-opt --memory64-lowering --strip-producers in.wasm -o out.wasm -g --mvp-features --enable-simd --enable-memory64
[wasm-validator error in function main] i64 != i32: load_splat address must match memory index type, on
(v128.load8_splat offset=79
(local.get $4)
)
Fatal: error after opts
Without --memory64-lowering the above command work. I've attached in.wasm.
in.wasm.zip
If I take a simple SIMD test from emscripten and build with
MEMORY64=2(lowering) I get errors like this one:Without
--memory64-loweringthe above command work. I've attachedin.wasm.in.wasm.zip