Skip to content

Commit 491a838

Browse files
authored
Update the Wabt version to the latest release
Roll forward the Wabt version to include the SIMD opcode renumbering changes as reflected in the tracking issue - WebAssembly/simd#216.
1 parent 90d558e commit 491a838

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22

33
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
4+
curl -L https://github.com/WebAssembly/wabt/releases/download/1.0.15/wabt-1.0.15-linux.tar.gz | tar -xz -C ./wabt
55

66
export PATH=$(echo $PWD/wabt/wabt-*)/:$PATH
77

8-
npm run build:website
8+
npm run build:website

0 commit comments

Comments
 (0)