Skip to content

Commit

Permalink
Update build-webassembly.sh - add double quotes; fix bash super-linte…
Browse files Browse the repository at this point in the history
…r check (#976)
  • Loading branch information
jbampton authored Jan 25, 2025
1 parent 971b602 commit f66041d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-webassembly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if emcc "${sources[@]}" -o "${OUTPUT_BASE}.html" \
-s NO_EXIT_RUNTIME=1 \
-s EXPORTED_FUNCTIONS="['_main']" \
-s TOTAL_STACK=8388608 \
${DEBUG_FLAGS}; then
"${DEBUG_FLAGS}"; then

echo "Compilation successful. Output files:"
echo " ${OUTPUT_BASE}.html"
Expand Down

0 comments on commit f66041d

Please sign in to comment.