Accessing emscriptenGetAudioObject
and other emscripten functions after building with -s MODULARIZE=1
#21288
-
How can I access the emscripten functions, like |
Beta Was this translation helpful? Give feedback.
Answered by
kangtastic
Feb 7, 2024
Replies: 2 comments
-
Had to do this recently. Pass |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
danieljamesross
-
Ah, thank you. So easy when you know how! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Had to do this recently. Pass
-sEXPORTED_RUNTIME_METHODS="emscriptenGetAudioObject"
as per the first note here: https://emscripten.org/docs/api_reference/module.html