Skip to content

Commit d3e8476

Browse files
committed
Stop using npx node
`npx node` is very slow. Fix #190
1 parent 6cd9778 commit d3e8476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/runwasi

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ if [ "$exitcode" -eq 0 ]; then
1313
fi
1414

1515
CURRENT=$(cd "$(dirname "$0")";pwd)
16-
npx node ${option} --no-warnings=ExperimentalWarning "${CURRENT}/runwasi.js" "$@"
16+
node ${option} --no-warnings=ExperimentalWarning "${CURRENT}/runwasi.js" "$@"
1717
exit "$?"

0 commit comments

Comments
 (0)