mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-05-07 19:57:56 +00:00
4 lines
122 B
Bash
4 lines
122 B
Bash
#!/bin/sh
|
|
args="$*"
|
|
filtered_args=${args/ERROR_ON_UNDEFINED_SYMBOLS\=1/ERROR_ON_UNDEFINED_SYMBOLS\=0}
|
|
emcc $filtered_args |