Skip to content

WASM module load failed: unsupported opcode fc 0a #1797

Answered by loganek
Zghw2012 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Zghw2012 , fc 0a opcode is for memory.copy operation (see https://pengowray.github.io/wasm-ops/) which is part of bulk memory proposal. This is supported by WAMR but only enabled by default very recently: #1781
You either migrate to the latest WAMR, or explicitly enable bulk memory by adding -DWAMR_BUILD_BULK_MEMORY=1 to your cmake command.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Zghw2012
Comment options

Answer selected by Zghw2012
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