Skip to content

Fix binaryen.js's wasm2asm#1257

Merged
kripken merged 2 commits intomasterfrom
fix-binaryen.js-wasm2asm
Nov 1, 2017
Merged

Fix binaryen.js's wasm2asm#1257
kripken merged 2 commits intomasterfrom
fix-binaryen.js-wasm2asm

Conversation

@kripken
Copy link
Copy Markdown
Member

@kripken kripken commented Oct 31, 2017

The i64 lowering pass requires that locals be named, but when called from binaryen.js they might not be (probably also binaryen-c, actually). This fixes that by ensuring names exist, adding them as necessary.

Also fix auto_update_tests.sh (add threads param which is now needed).

@kripken
Copy link
Copy Markdown
Member Author

kripken commented Nov 1, 2017

This fixes current breakage, so merging quickly.

@kripken kripken merged commit d328024 into master Nov 1, 2017
@kripken kripken deleted the fix-binaryen.js-wasm2asm branch November 1, 2017 19:48
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.

1 participant