mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-07-15 02:45:41 +00:00
rename runner->js-runner
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
args="$*"
|
||||
filtered_args=${args/ERROR_ON_UNDEFINED_SYMBOLS\=1/ERROR_ON_UNDEFINED_SYMBOLS\=0}
|
||||
emcc $filtered_args
|
||||
Reference in New Issue
Block a user