| ... | @@ -19,6 +19,11 @@ wget https://ziglang.org/deps/$QEMUBASE.tar.xz | ... | @@ -19,6 +19,11 @@ wget https://ziglang.org/deps/$QEMUBASE.tar.xz |
| 19 | tar xf $QEMUBASE.tar.xz | 19 | tar xf $QEMUBASE.tar.xz |
| 20 | PATH=$PWD/$QEMUBASE/bin:$PATH | 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 |
| | 24 | tar xf $WASMTIME.tar.xz |
| | 25 | PATH=$PWD/$WASMTIME:$PATH |
| | 26 | |
| 22 | # Make the `zig version` number consistent. | 27 | # Make the `zig version` number consistent. |
| 23 | # This will affect the cmake command below. | 28 | # This will affect the cmake command below. |
| 24 | git config core.abbrev 9 | 29 | git config core.abbrev 9 |