wasm-ld:unknown file type #19017
Answered
by
sbc100
journey0726
asked this question in
Q&A
wasm-ld:unknown file type
#19017
-
Beta Was this translation helpful? Give feedback.
Answered by
sbc100
Mar 21, 2023
Replies: 1 comment 12 replies
-
|
Somehow it looks like a file called What does If it reports |
Beta Was this translation helpful? Give feedback.
12 replies
Answer selected by
journey0726
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Somehow it looks like a file called
libtest.sois inside of the.aarchivelibtest.a.What does
llvm-ar t libtest.areport?If it reports
libtest.so, what type of file islibtest.so? You can usellvm-ar -x libtest.ato extract the files in the archive and then runfile libtest.soto see what type of filelibtest.sois.