mirror of
https://github.com/fluencelabs/wasm-utils
synced 2025-04-01 02:41:02 +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 |