File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7777 - mips64-unknown-linux-gnuabi64
7878 - mips64el-unknown-linux-gnuabi64
7979 - s390x-unknown-linux-gnu
80- # - wasm32-wasi
80+ - wasm32-wasi
8181 - i586-unknown-linux-gnu
8282 - x86_64-linux-android
8383 - arm-linux-androideabi
@@ -131,8 +131,8 @@ jobs:
131131 disable_assert_instr : true
132132 - target : s390x-unknown-linux-gnu
133133 os : ubuntu-latest
134- # - target: wasm32-wasi
135- # os: ubuntu-latest
134+ - target : wasm32-wasi
135+ os : ubuntu-latest
136136 - target : aarch64-apple-darwin
137137 os : macos-latest
138138 norun : true
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
77 xz-utils \
88 clang
99
10- RUN curl -L https://github.com/bytecodealliance/wasmtime/releases/download/v0.19.0 /wasmtime-v0.19.0 -x86_64-linux.tar.xz | tar xJf -
11- ENV PATH=$PATH:/wasmtime-v0.19.0 -x86_64-linux
10+ RUN curl -L https://github.com/bytecodealliance/wasmtime/releases/download/v0.22.1 /wasmtime-v0.22.1 -x86_64-linux.tar.xz | tar xJf -
11+ ENV PATH=$PATH:/wasmtime-v0.22.1 -x86_64-linux
1212
1313ENV CARGO_TARGET_WASM32_WASI_RUNNER="wasmtime \
1414 --enable-simd \
You can’t perform that action at this time.
0 commit comments