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.so
is inside of the.a
archivelibtest.a
.What does
llvm-ar t libtest.a
report?If it reports
libtest.so
, what type of file islibtest.so
? You can usellvm-ar -x libtest.a
to extract the files in the archive and then runfile libtest.so
to see what type of filelibtest.so
is.