Skip to content

Commit 62ce7cb

Browse files
committed
Fixed the HDR Histogram build for webpack
- rustwasm/wasm-bindgen#3276 (comment) - rustwasm/wasm-pack#1224
1 parent 9ca9060 commit 62ce7cb

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG CARGO_DENY_VER=0.12.1
66
# https://github.com/rust-lang/mdBook/releases
77
ARG MDBOOK_VER=v0.4.20
88
# https://github.com/rustwasm/wasm-pack/releases
9-
ARG WASM_PACK_VER=v0.10.3
9+
ARG WASM_PACK_VER=v0.11.0
1010
# https://nodejs.org/
1111
ARG NODE_MAJOR_VER=16
1212

.github/workflows/pr-js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
PATH=$PATH:~/bin
3838
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.20/mdbook-v0.4.20-x86_64-unknown-linux-gnu.tar.gz \
3939
| tar -xz -C ~/bin
40-
curl -sSL https://github.com/rustwasm/wasm-pack/releases/download/v0.10.3/wasm-pack-v0.10.3-x86_64-unknown-linux-musl.tar.gz \
40+
curl -sSL https://github.com/rustwasm/wasm-pack/releases/download/v0.11.0/wasm-pack-v0.11.0-x86_64-unknown-linux-musl.tar.gz \
4141
| tar -xz --strip-components=1 -C ~/bin --no-anchored wasm-pack
4242
4343
# setup some envs to various paths for convenience

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
# install wasm-pack
158158
mkdir ~/bin
159159
PATH=$PATH:~/bin
160-
curl -sSL https://github.com/rustwasm/wasm-pack/releases/download/v0.10.3/wasm-pack-v0.10.3-x86_64-unknown-linux-musl.tar.gz \
160+
curl -sSL https://github.com/rustwasm/wasm-pack/releases/download/v0.11.0/wasm-pack-v0.11.0-x86_64-unknown-linux-musl.tar.gz \
161161
| tar -xz --strip-components=1 -C ~/bin --no-anchored wasm-pack
162162
163163
wasm-pack build --release -t nodejs --scope fs

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
# install wasm-pack
233233
mkdir ~/bin
234234
PATH=$PATH:~/bin
235-
curl -sSL https://github.com/rustwasm/wasm-pack/releases/download/v0.10.3/wasm-pack-v0.10.3-x86_64-unknown-linux-musl.tar.gz \
235+
curl -sSL https://github.com/rustwasm/wasm-pack/releases/download/v0.11.0/wasm-pack-v0.11.0-x86_64-unknown-linux-musl.tar.gz \
236236
| tar -xz --strip-components=1 -C ~/bin --no-anchored wasm-pack
237237
238238
wasm-pack build --release -t nodejs --scope fs
@@ -304,7 +304,7 @@ jobs:
304304
# install wasm-pack
305305
mkdir ~/bin
306306
PATH=$PATH:~/bin
307-
curl -sSL https://github.com/rustwasm/wasm-pack/releases/download/v0.10.3/wasm-pack-v0.10.3-x86_64-unknown-linux-musl.tar.gz \
307+
curl -sSL https://github.com/rustwasm/wasm-pack/releases/download/v0.11.0/wasm-pack-v0.11.0-x86_64-unknown-linux-musl.tar.gz \
308308
| tar -xz --strip-components=1 -C ~/bin --no-anchored wasm-pack
309309
310310
wasm-pack build --release -t bundler --scope fs

.github/workflows/update-guide.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
PATH=$PATH:~/bin
3131
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.20/mdbook-v0.4.20-x86_64-unknown-linux-gnu.tar.gz \
3232
| tar -xz -C ~/bin
33-
curl -sSL https://github.com/rustwasm/wasm-pack/releases/download/v0.10.3/wasm-pack-v0.10.3-x86_64-unknown-linux-musl.tar.gz \
33+
curl -sSL https://github.com/rustwasm/wasm-pack/releases/download/v0.11.0/wasm-pack-v0.11.0-x86_64-unknown-linux-musl.tar.gz \
3434
| tar -xz --strip-components=1 -C ~/bin --no-anchored wasm-pack
3535
3636
# setup some envs to various paths for convenience

0 commit comments

Comments
 (0)