Skip to content

wasm-ld:unknown file type #19017

Answered by sbc100
journey0726 asked this question in Q&A
Mar 21, 2023 · 1 comments · 12 replies
Discussion options

You must be logged in to vote

Somehow it looks like a file called libtest.so is inside of the .a archive libtest.a.

What does llvm-ar t libtest.a report?

If it reports libtest.so, what type of file is libtest.so? You can use llvm-ar -x libtest.a to extract the files in the archive and then run file libtest.so to see what type of file libtest.so is.

Replies: 1 comment 12 replies

Comment options

You must be logged in to vote
12 replies
@journey0726
Comment options

@sbc100
Comment options

@journey0726
Comment options

@sbc100
Comment options

@journey0726
Comment options

Answer selected by journey0726
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants