wasm-utils/js-runner/linker_emcc.sh
2017-05-16 16:10:04 +03:00

4 lines
122 B
Bash
Executable File

#!/bin/sh
args="$*"
filtered_args=${args/ERROR_ON_UNDEFINED_SYMBOLS\=1/ERROR_ON_UNDEFINED_SYMBOLS\=0}
emcc $filtered_args