summaryrefslogtreecommitdiff
path: root/emcc_to_wasm.js.sh
diff options
context:
space:
mode:
Diffstat (limited to 'emcc_to_wasm.js.sh')
-rwxr-xr-xemcc_to_wasm.js.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/emcc_to_wasm.js.sh b/emcc_to_wasm.js.sh
index c4c3a4bf3..2f68b55c3 100755
--- a/emcc_to_wasm.js.sh
+++ b/emcc_to_wasm.js.sh
@@ -13,7 +13,6 @@ cat a.asm.js >> a.normal.js
cat a.js >> a.normal.js
echo 'constructing a.wasm.js' # use wasm polyfill in place of asm.js THIS IS NOT A DRILL
-cp a.asm.js a.asm.code.js
cat src/templates/wasm.js > a.wasm.js
cat bin/wasm.js >> a.wasm.js
cat a.js >> a.wasm.js