Skip to content

[wasm2js] Support nonzero offsets in memory.atomic.wait32 - #5489

Merged
tlively merged 2 commits into
mainfrom
wasm2js-wait-offset
Feb 14, 2023
Merged

[wasm2js] Support nonzero offsets in memory.atomic.wait32#5489
tlively merged 2 commits into
mainfrom
wasm2js-wait-offset

Conversation

@tlively

@tlively tlively commented Feb 14, 2023

Copy link
Copy Markdown
Member

The assertion that the offset is zero does not necessarily hold for code that
uses this instruction via the clang builtin. Add support so that Emscripten
wasm2js tests pass in the presence of such code.

The assertion that the offset is zero does not necessarily hold for code that
uses this instruction via the clang builtin. Add support so that Emscripten
wasm2js tests pass in the presence of such code.
@tlively

tlively commented Feb 14, 2023

Copy link
Copy Markdown
Member Author

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

@tlively
tlively merged commit 8f98375 into main Feb 14, 2023
@tlively
tlively deleted the wasm2js-wait-offset branch February 14, 2023 22:36
radekdoulik pushed a commit to dotnet/binaryen that referenced this pull request Jul 12, 2024
…y#5489)

The assertion that the offset is zero does not necessarily hold for code that
uses this instruction via the clang builtin. Add support so that Emscripten
wasm2js tests pass in the presence of such code.
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