wasm-utils/runner/linker_emcc.sh
2017-05-05 10:22:50 +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