We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d661aa7 commit a056977Copy full SHA for a056977
1 file changed
.travis.yml
@@ -51,7 +51,7 @@ matrix:
51
- gunzip cargo-web.gz
52
- chmod +x cargo-web
53
# Get wasmtime
54
- - export VERSION=v0.3.0 # Pin version for stability
+ - export VERSION=v0.8.0 # Pin version for stability
55
- wget -O wasmtime.tar.xz https://github.com/CraneStation/wasmtime/releases/download/$VERSION/wasmtime-$VERSION-x86_64-linux.tar.xz
56
- tar -xf wasmtime.tar.xz --strip-components=1
57
# Get wasm-bindgen-test-runner which matches our wasm-bindgen version
0 commit comments