WebAssembly / wabt

The WebAssembly Binary Toolkit
Apache License 2.0
6.89k stars 700 forks source link

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

Open 0wwafa opened 3 months ago

0wwafa commented 3 months ago

I get this error trying to decompile.

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

0wwafa commented 3 months ago

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)

jmikedupont2 commented 1 month ago

Same here