Skip to content

Commit a8cef6d

Browse files
Enable WASM CI (#1006)
1 parent fb16304 commit a8cef6d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
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

ci/docker/wasm32-wasi/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1313
ENV CARGO_TARGET_WASM32_WASI_RUNNER="wasmtime \
1414
--enable-simd \

0 commit comments

Comments
 (0)