Open mcandre opened 5 years ago
I don't thikn the emsdk provides 32-bit builds anymore - we just have one linux builder, which is 64-bit.
If you built fastcomp yourself, then it could work. In that case maybe something's wrong with that node build - you can just edit the .emscripten file to point it to the system node.js (node LTS or later would work).
You can also do what the error message suggests, to run that command manually (after Expected the command
in that output), and see if there's an error message.
Hi, I am able to build 64-bit WASM artifacts with emcc in Debian Buster. However, when I install and activate the 32-bit edition, then emcc fails: