Skip to content

Commit

Permalink
Change URL for WASM spec (#1702)
Browse files Browse the repository at this point in the history
* Change URL for WASM spec

* Fix URL in other place
  • Loading branch information
ekilmer committed May 11, 2020
1 parent cc77ace commit 90b4d45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tests/wasm/generate_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
touch __init__.py

wget -nc -nv -O wabt.tgz -c https://github.com/WebAssembly/wabt/releases/download/1.0.12/wabt-1.0.12-linux.tar.gz
wget -nc -nv -O spec.zip -c https://github.com/WebAssembly/spec/archive/v1.1.zip
wget -nc -nv -O spec.zip -c https://github.com/WebAssembly/spec/archive/opam-1.1.zip

yes | unzip -q -j spec.zip 'spec-*/test/core/*' -d .
rm run.py README.md
rm run.py README.md
rm spec.zip

tar --wildcards --strip=1 -xf wabt.tgz 'wabt-*/wast2json'
Expand Down
6 changes: 3 additions & 3 deletions tests/wasm_sym/generate_symbolic_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ rm -rf */
touch __init__.py

wget -nc -nv -O wabt.tgz -c https://github.com/WebAssembly/wabt/releases/download/1.0.12/wabt-1.0.12-linux.tar.gz
wget -nc -nv -O spec.zip -c https://github.com/WebAssembly/spec/archive/v1.1.zip
wget -nc -nv -O spec.zip -c https://github.com/WebAssembly/spec/archive/opam-1.1.zip

yes | unzip -q -j spec.zip 'spec-*/test/core/*' -d .
rm run.py README.md
rm run.py README.md
rm spec.zip

tar --wildcards --strip=1 -xf wabt.tgz 'wabt-*/wast2json'
Expand Down Expand Up @@ -40,4 +40,4 @@ chmod +x gen.sh
cat modules.txt | xargs -n1 -P"$cores" ./gen.sh
rm gen.sh

exit 0
exit 0

0 comments on commit 90b4d45

Please sign in to comment.