wabt
wabt copied to clipboard
Compiling WebAssembly 3.0 test cases fails
$ 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
Is this something planned to be supported eventually?
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).