Skip to content

Commit d3dea2e

Browse files
committed
Update lfortran version
This uses the latest lfortran where the wasm backend supports/utilizes wasi functions
1 parent e44c831 commit d3dea2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -ex
55
# curl https://lfortran.github.io/wasm_builds/data.json -o data.json
66
#latest_commit=`curl https://lfortran.github.io/wasm_builds/dev/latest_commit`
77
# Set a specific commit to use:
8-
latest_commit="df33df422"
8+
latest_commit="c969e0bc3"
99
curl "https://lfortran.github.io/wasm_builds/dev/$latest_commit/lfortran.js" -o public/lfortran.js
1010
curl "https://lfortran.github.io/wasm_builds/dev/$latest_commit/lfortran.wasm" -o public/lfortran.wasm
1111
curl "https://lfortran.github.io/wasm_builds/dev/$latest_commit/lfortran.data" -o public/lfortran.data

0 commit comments

Comments
 (0)