wabt icon indicating copy to clipboard operation
wabt copied to clipboard

Compiling WebAssembly 3.0 test cases fails

Open mohanson opened this issue 4 months ago • 2 comments

$ wast2json --enable-all --no-check spec/test/core/align.wast
# /spec/test/core/align.wast:1021:45: error: alignment must be power-of-two
      i32.load offset=0xFFFF_FFFF_FFFF_FFFF align=0x8000_0000_0000_0000

source: https://github.com/WebAssembly/spec/blob/main/test/core/align.wast#L1021

mohanson avatar Oct 04 '25 04:10 mohanson

Is this something planned to be supported eventually?

ziggy42 avatar Nov 22 '25 19:11 ziggy42

Yes, but wabt project has very few dedicated resources so we have no timeline.

See https://github.com/WebAssembly/wabt/issues/2348.

Also, note that we do have an active contributor @zherczeg how has been making good progress on GC (probably the most complex part of wasm-3.0).

sbc100 avatar Nov 22 '25 20:11 sbc100