-
Thanks for reading. It's a test cmake(emcmake) project. I try to find out what libs are needed by sideModule, following this guide, but fail. As I have tried use several ways to make it verbose:
Version of emscripten/emsdk: Failing command line in full:
Full link command and output with
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I'm afraid it looks like that document is out of date. These days that most efficient way to link in exactly that is needed into the main module is to build with |
Beta Was this translation helpful? Give feedback.
I'm afraid it looks like that document is out of date. These days that most efficient way to link in exactly that is needed into the main module is to build with
MAIN_MODULE=2
and pass the side module as an argument. Are you able to do this? (i.e. can you build your side module first and then pass it in when linking your main module?)