Skip to content

Commit

Permalink
tools/bin/wasm: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
pipcet committed Feb 10, 2021
1 parent a618cb4 commit 56a790a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bin/wasm
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
export EXECUTABLE=${EXECUTABLE:-$1}
EXECUTABLE=$EXECUTABLE exec $JS --disable-wasm-huge-memory $(dirname "$0")/../../js/wasm32.js "$@"
EXECUTABLE=$EXECUTABLE exec $JS --disable-wasm-huge-memory $(dirname "$0")/../../wasm32/native/lib/js/wasm32.js "$@"

0 comments on commit 56a790a

Please sign in to comment.