rename runner->js-runner

This commit is contained in:
NikVolf
2017-05-10 14:28:56 +03:00
parent 573817c5b0
commit 9fba4561e5
5 changed files with 0 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
args="$*"
filtered_args=${args/ERROR_ON_UNDEFINED_SYMBOLS\=1/ERROR_ON_UNDEFINED_SYMBOLS\=0}
emcc $filtered_args