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 e44c831 commit d3dea2eCopy full SHA for d3dea2e
build.sh
@@ -5,7 +5,7 @@ set -ex
5
# curl https://lfortran.github.io/wasm_builds/data.json -o data.json
6
#latest_commit=`curl https://lfortran.github.io/wasm_builds/dev/latest_commit`
7
# Set a specific commit to use:
8
-latest_commit="df33df422"
+latest_commit="c969e0bc3"
9
curl "https://lfortran.github.io/wasm_builds/dev/$latest_commit/lfortran.js" -o public/lfortran.js
10
curl "https://lfortran.github.io/wasm_builds/dev/$latest_commit/lfortran.wasm" -o public/lfortran.wasm
11
curl "https://lfortran.github.io/wasm_builds/dev/$latest_commit/lfortran.data" -o public/lfortran.data
0 commit comments