wabt icon indicating copy to clipboard operation
wabt copied to clipboard

00002fd: error: memory may not be shared: threads not allowed

Open 0wwafa opened this issue 1 year ago • 3 comments

I get this error trying to decompile.

00002fd: error: memory may not be shared: threads not allowed

0wwafa avatar Aug 09 '24 00:08 0wwafa

and also $ wasm-decompile --enable-function-references --enable-threads /mnt/i/11d3c412 -o test.dcmp wasm-decompile: ./src/decompiler.cc:682: std::string wabt::Decompiler::InitExp(const ExprList&): Assertion `!el.empty()' failed. Aborted (core dumped)

0wwafa avatar Aug 09 '24 00:08 0wwafa

Same here

jmikedupont2 avatar Oct 21 '24 22:10 jmikedupont2

Use --enable-threads

hinell avatar Apr 10 '25 19:04 hinell