| ... | ... | @@ -19,8 +19,8 @@ wget https://ziglang.org/deps/$QEMUBASE.tar.xz |
| 19 | 19 | tar xf $QEMUBASE.tar.xz |
| 20 | 20 | PATH=$PWD/$QEMUBASE/bin:$PATH |
| 21 | 21 | |
| 22 | | WASMTIME="wasmtime-v0.15.0-x86_64-linux" |
| 23 | | wget https://github.com/bytecodealliance/wasmtime/releases/download/v0.15.0/$WASMTIME.tar.xz |
| 22 | WASMTIME="wasmtime-v0.20.0-x86_64-linux" |
| 23 | wget https://github.com/bytecodealliance/wasmtime/releases/download/v0.20.0/$WASMTIME.tar.xz |
| 24 | 24 | tar xf $WASMTIME.tar.xz |
| 25 | 25 | PATH=$PWD/$WASMTIME:$PATH |
| 26 | 26 | |