Skip to content

Conversation

keithw
Copy link
Member

@keithw keithw commented Mar 29, 2025

In memory64/wasm-3.0,

  • in the abstract syntax and binary format, the type of a memarg offset was updated to u64, and
  • in the reference interpreter's text parser, the type of a memarg align $a = 2^n$ was updated to u64.

This updates the text format spec to match and adds tests for extreme cases. These surface some bugs/out-of-date parsing logic in WABT and wasm-tools.

@rossberg rossberg merged commit 3532eed into WebAssembly:wasm-3.0 Mar 30, 2025
12 checks passed
@keithw keithw deleted the update-align-offset branch March 30, 2025 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants