Wasm is not linking #3801
Unanswered
nekomiya-kasane
asked this question in
Q&A
Replies: 1 comment
-
What do you want to link? Static libraries need not to be linked, only dynamic libraries and executables need to be linked. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Here is the minimal case:
There's only 2 enum definitions in
next.cpp
:When I exec
xmake
, it givesIt calls
emcc
with-c
option, thenemar
, obviously the output is not linked. I wonder how to resolve such problems?Beta Was this translation helpful? Give feedback.
All reactions