wasm-utils/runner/linker_emcc.sh

4 lines
121 B
Bash
Raw Normal View History

2017-05-04 21:34:41 +03:00
#!/bin/sh
args="$*"
filtered_args=${args/ERROR_ON_UNDEFINED_SYMBOLS\=1/ERROR_ON_UNDEFINED_SYMBOLS\=0}
emcc $filtered_args