wasm-utils/js-runner/linker_emcc.sh

4 lines
122 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}
2017-05-05 10:22:50 +03:00
emcc $filtered_args