Try installing wasmtime instead of wasmer
This commit is contained in:
parent
a9d6857665
commit
c572f24ddf
@ -15,9 +15,9 @@ jobs:
|
|||||||
- script: |
|
- script: |
|
||||||
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||||
source ${HOME}/.cargo/env
|
source ${HOME}/.cargo/env
|
||||||
git clone --recursive https://github.com/wasmerio/wasmer.git
|
git clone --recursive https://github.com/CraneStation/wasmtime.git
|
||||||
(cd wasmer && cargo install --path .)
|
(cd wasmtime && cargo install --path .)
|
||||||
displayName: Install wasmer
|
displayName: Install wasmtime
|
||||||
- script: |
|
- script: |
|
||||||
curl -sL -o wasi-sdk.deb https://github.com/CraneStation/wasi-sdk/releases/download/wasi-sdk-5/wasi-sdk_5.0_amd64.deb
|
curl -sL -o wasi-sdk.deb https://github.com/CraneStation/wasi-sdk/releases/download/wasi-sdk-5/wasi-sdk_5.0_amd64.deb
|
||||||
sudo dpkg -i wasi-sdk.deb && rm -f wasi-sdk.deb
|
sudo dpkg -i wasi-sdk.deb && rm -f wasi-sdk.deb
|
||||||
|
Loading…
Reference in New Issue
Block a user