SQLite User Forum

wasm build emcc not found
Login

wasm build emcc not found

(1) By Sashank (sashankg) on 2025-01-31 06:44:28 [source]

Shouldn't tool/emcc.sh.in end with

exec "$emcc" "$@"

instead of

exec emcc "$@"

(2.4) By Stephan Beal (stephan) on 2025-01-31 11:50:09 edited from 2.3 in reply to 1 [link] [source]

Shouldn't tool/emcc.sh.in end with

Nope. Look up around the top of the file:

Edit(s): my apologies, i read your post backwards. Yes, it should be $emcc and it's now fixed the trunk and the 3.48 branch. It got messed up while copying/editing it from another source tree where i use that script. Thank you for the report!