File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
ci/docker/wasm32-unknown-unknown Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -39,5 +39,5 @@ optional = true
3939
4040[target .wasm32-unknown-unknown .dev-dependencies ]
4141# Keep in sync with the version on Dockerfile.
42- wasm-bindgen = " =0.2.73 "
43- wasm-bindgen-test = " =0.3.23 "
42+ wasm-bindgen = " =0.2.87 "
43+ wasm-bindgen-test = " =0.3.37 "
Original file line number Diff line number Diff line change 1- FROM ubuntu:18 .04
1+ FROM ubuntu:22 .04
22
33RUN apt-get update -y && apt-get install -y --no-install-recommends \
44 ca-certificates \
@@ -8,7 +8,8 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
88 git \
99 libc6-dev \
1010 make \
11- python \
11+ ninja-build \
12+ python-is-python3 \
1213 xz-utils
1314
1415# Install `wasm2wat`
@@ -17,10 +18,10 @@ RUN make -C wabt -j$(nproc)
1718ENV PATH=$PATH:/wabt/bin
1819
1920# Install `wasm-bindgen-test-runner`
20- RUN curl -L https://github.com/rustwasm/wasm-bindgen/releases/download/0.2.73 /wasm-bindgen-0.2.73 -x86_64-unknown-linux-musl.tar.gz \
21+ RUN curl -L https://github.com/rustwasm/wasm-bindgen/releases/download/0.2.87 /wasm-bindgen-0.2.87 -x86_64-unknown-linux-musl.tar.gz \
2122 | tar xzf -
2223# Keep in sync with the version on Cargo.toml.
23- ENV PATH=$PATH:/wasm-bindgen-0.2.73 -x86_64-unknown-linux-musl
24+ ENV PATH=$PATH:/wasm-bindgen-0.2.87 -x86_64-unknown-linux-musl
2425ENV CARGO_TARGET_WASM32_UNKNOWN_UNKNOWN_RUNNER=wasm-bindgen-test-runner
2526
2627# Install `node`
You can’t perform that action at this time.
0 commit comments