Skip to content
Snippets Groups Projects
Commit cd617d78 authored by Thomas Lively's avatar Thomas Lively
Browse files

Revert "Add extra debug info in emscripten-entry.sh"

This reverts commit 89e8ae6a.
parent 89e8ae6a
No related branches found
No related tags found
Loading
......@@ -12,11 +12,9 @@
set -ex
# shellcheck disable=SC1091
echo "IN EMSCRIPTEN ENTRY"
source /emsdk-portable/emsdk_env.sh
source /emsdk-portable/emsdk_env.sh &> /dev/null
# emsdk-portable provides a node binary, but we need version 8 to run wasm
export PATH="/node-v12.3.1-linux-x64/bin:$PATH"
echo "RUNNING with PATH=$PATH"
exec "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment