mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-05-06 13:38:06 +00:00
4 lines
122 B
Bash
Executable File
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 |