We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753db77 commit 70b52dfCopy full SHA for 70b52df
helpers/jawsm.sh
@@ -0,0 +1,2 @@
1
+#!/bin/sh
2
+node ../jawsm/runner/index.js "$@"
scripts/engines/jawsm.sh
@@ -0,0 +1,12 @@
+
3
+git clone https://github.com/drogus/jawsm.git --depth 1
4
5
+cd jawsm
6
+git rev-parse HEAD >../version.txt
7
8
+cargo build --release
9
10
+cd ..
11
12
+./scripts/test262.sh njs "$(pwd)/helpers/jawsm.sh" 8
0 commit comments