Emscripten : 3.1.9: Uncaught RuntimeError: Aborted(No EM_ASM constant found at address 3470116) #17095
Replies: 4 comments 1 reply
-
Did this happen with previous version also, or is it new? In general, it means that the JS runtime somehow is not aware of the EM_ARM code exported at link time from the wasm module. It should never happen, so something odd is going on. Can you share you full link command line? |
Beta Was this translation helpful? Give feedback.
-
I did an undo to the changes and the error doesn't occur any more, if the error will come again, I will send the command line. |
Beta Was this translation helpful? Give feedback.
-
the error is come again: Uncaught RuntimeError: Aborted(No EM_ASM constant found at address 3471876) linker flags: the ASM_CONSTS:
|
Beta Was this translation helpful? Give feedback.
-
I don't know what is the reason for that, but clean rebuild fixed it |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In some reason, when I do any use in EM_ASM, I get an error:
Uncaught RuntimeError: Aborted(No EM_ASM constant found at address 3470116)
what can be the reason for that error ?
Beta Was this translation helpful? Give feedback.
All reactions