-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
on Wasm files From C++ using emscripten:
emcc ${LINK_PARAMETERS} -s EXPORTED_FUNCTIONS="['_myOwnMain','_otherCallUpdate', ...]
I get only "unreachable executed" on wasm files
Those are wasm library interfaced by js code calling wasm entry point "manually" (no main)
Would there be a way to put "wasm library" by specifying library "entry points" ?
Metadata
Metadata
Assignees
Labels
No labels