Download and unpack wasmtime on Linux

master
Jakub Konka 2020-05-12 23:15:54 +02:00
parent be796e40a3
commit 14510f412d
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,11 @@ 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
tar xf $WASMTIME.tar.xz
PATH=$PWD/$WASMTIME:$PATH
# Make the `zig version` number consistent.
# This will affect the cmake command below.
git config core.abbrev 9