File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77
77
- mips64-unknown-linux-gnuabi64
78
78
- mips64el-unknown-linux-gnuabi64
79
79
- s390x-unknown-linux-gnu
80
- # - wasm32-wasi
80
+ - wasm32-wasi
81
81
- i586-unknown-linux-gnu
82
82
- x86_64-linux-android
83
83
- arm-linux-androideabi
@@ -131,8 +131,8 @@ jobs:
131
131
disable_assert_instr : true
132
132
- target : s390x-unknown-linux-gnu
133
133
os : ubuntu-latest
134
- # - target: wasm32-wasi
135
- # os: ubuntu-latest
134
+ - target : wasm32-wasi
135
+ os : ubuntu-latest
136
136
- target : aarch64-apple-darwin
137
137
os : macos-latest
138
138
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 \
7
7
xz-utils \
8
8
clang
9
9
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
12
12
13
13
ENV CARGO_TARGET_WASM32_WASI_RUNNER="wasmtime \
14
14
--enable-simd \
You can’t perform that action at this time.
0 commit comments