Skip to content

Fuzzing: Fix fuzz_shell.js on exports whose name is an integer#7205

Merged
kripken merged 2 commits into
WebAssembly:mainfrom
kripken:numeric.order
Jan 10, 2025
Merged

Fuzzing: Fix fuzz_shell.js on exports whose name is an integer#7205
kripken merged 2 commits into
WebAssembly:mainfrom
kripken:numeric.order

Conversation

@kripken

@kripken kripken commented Jan 10, 2025

Copy link
Copy Markdown
Member

JS sorts such indexes to the start of wasm.exports, but we want the order in
the wasm, so get the proper ordering using WebAssembly.Module.exports.

@kripken kripken merged commit 9dfd3d9 into WebAssembly:main Jan 10, 2025
@kripken kripken deleted the numeric.order branch January 10, 2025 17:01
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