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
39
39
40
40
[target .wasm32-unknown-unknown .dev-dependencies ]
41
41
# 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
2
2
3
3
RUN apt-get update -y && apt-get install -y --no-install-recommends \
4
4
ca-certificates \
@@ -8,7 +8,8 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
8
8
git \
9
9
libc6-dev \
10
10
make \
11
- python \
11
+ ninja-build \
12
+ python-is-python3 \
12
13
xz-utils
13
14
14
15
# Install `wasm2wat`
@@ -17,10 +18,10 @@ RUN make -C wabt -j$(nproc)
17
18
ENV PATH=$PATH:/wabt/bin
18
19
19
20
# 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 \
21
22
| tar xzf -
22
23
# 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
24
25
ENV CARGO_TARGET_WASM32_UNKNOWN_UNKNOWN_RUNNER=wasm-bindgen-test-runner
25
26
26
27
# Install `node`
You can’t perform that action at this time.
0 commit comments