From 491a8382eaf641506568b6425348ca39515b111e Mon Sep 17 00:00:00 2001 From: Deepti Gandluri Date: Tue, 12 May 2020 06:32:28 -0700 Subject: [PATCH] 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 - https://github.com/WebAssembly/simd/issues/216. --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index f1eed2f..78e09b3 100755 --- a/build.sh +++ b/build.sh @@ -1,8 +1,8 @@ #!/bin/bash mkdir wabt -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 export PATH=$(echo $PWD/wabt/wabt-*)/:$PATH -npm run build:website \ No newline at end of file +npm run build:website