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 90d558e commit 491a838Copy full SHA for 491a838
build.sh
@@ -1,8 +1,8 @@
1
#!/bin/bash
2
3
mkdir wabt
4
-curl -L https://github.com/WebAssembly/wabt/releases/download/1.0.12/wabt-1.0.12-linux.tar.gz | tar -xz -C ./wabt
+curl -L https://github.com/WebAssembly/wabt/releases/download/1.0.15/wabt-1.0.15-linux.tar.gz | tar -xz -C ./wabt
5
6
export PATH=$(echo $PWD/wabt/wabt-*)/:$PATH
7
8
-npm run build:website
+npm run build:website
0 commit comments