-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[wasm] NodeJS samples failing at exit with emsdk 2.0.34
#64727
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsFails for both CJS, and ES6 in the same way:
Running locally with
Seems to be because of undefined cc @pavelsavara
|
I'm stealing Also, if the replacement could be exported with |
I am able to reproduce it locally. The
the console output:
|
I think the issue here is that quit_ is called twice:
The code:
|
Hit on #62499 . Build.
Fails for both CJS, and ES6 in the same way:
Running locally with
--trace-uncaught
:Seems to be because of undefined
quit_
function.cc @pavelsavara
The text was updated successfully, but these errors were encountered: