Skip to content

Fix generateDyncall when there is more than one 64 bit argument#17798

Merged
kripken merged 6 commits intoemscripten-core:mainfrom
hoodmane:generate-dyncall-multiple-bigint-args
Oct 17, 2022
Merged

Fix generateDyncall when there is more than one 64 bit argument#17798
kripken merged 6 commits intoemscripten-core:mainfrom
hoodmane:generate-dyncall-multiple-bigint-args

Conversation

@hoodmane
Copy link
Copy Markdown
Collaborator

@hoodmane hoodmane commented Sep 4, 2022

replace("j", "ii") only replaces the first "j". For some reason node has no replaceAll so I used split + map. So the original code broke when there is more than one 64 bit argument.

Loading
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.

3 participants