mirror of
https://github.com/ziglang/zig.git
synced 2026-02-17 23:10:09 +00:00
Update wasmtime to version 0.20
The version we were using in CI is now getting quite old, and we want to make sure that the code we produce is compatible with current versions of Wasmtime.
This commit is contained in:
parent
342ba960f7
commit
bb14bd35bd
@ -19,8 +19,8 @@ wget https://ziglang.org/deps/$QEMUBASE.tar.xz
|
||||
tar xf $QEMUBASE.tar.xz
|
||||
PATH=$PWD/$QEMUBASE/bin:$PATH
|
||||
|
||||
WASMTIME="wasmtime-v0.15.0-x86_64-linux"
|
||||
wget https://github.com/bytecodealliance/wasmtime/releases/download/v0.15.0/$WASMTIME.tar.xz
|
||||
WASMTIME="wasmtime-v0.20.0-x86_64-linux"
|
||||
wget https://github.com/bytecodealliance/wasmtime/releases/download/v0.20.0/$WASMTIME.tar.xz
|
||||
tar xf $WASMTIME.tar.xz
|
||||
PATH=$PWD/$WASMTIME:$PATH
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user