File tree 7 files changed +262
-239
lines changed
guide/results-viewer-react
7 files changed +262
-239
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ARG CARGO_DENY_VER=0.12.1
6
6
# https://github.com/rust-lang/mdBook/releases
7
7
ARG MDBOOK_VER=v0.4.20
8
8
# https://github.com/rustwasm/wasm-pack/releases
9
- ARG WASM_PACK_VER=v0.10.3
9
+ ARG WASM_PACK_VER=v0.11.0
10
10
# https://nodejs.org/
11
11
ARG NODE_MAJOR_VER=16
12
12
Original file line number Diff line number Diff line change 37
37
PATH=$PATH:~/bin
38
38
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.20/mdbook-v0.4.20-x86_64-unknown-linux-gnu.tar.gz \
39
39
| 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 \
41
41
| tar -xz --strip-components=1 -C ~/bin --no-anchored wasm-pack
42
42
43
43
# setup some envs to various paths for convenience
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157
157
# install wasm-pack
158
158
mkdir ~/bin
159
159
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 \
161
161
| tar -xz --strip-components=1 -C ~/bin --no-anchored wasm-pack
162
162
163
163
wasm-pack build --release -t nodejs --scope fs
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ jobs:
232
232
# install wasm-pack
233
233
mkdir ~/bin
234
234
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 \
236
236
| tar -xz --strip-components=1 -C ~/bin --no-anchored wasm-pack
237
237
238
238
wasm-pack build --release -t nodejs --scope fs
@@ -304,7 +304,7 @@ jobs:
304
304
# install wasm-pack
305
305
mkdir ~/bin
306
306
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 \
308
308
| tar -xz --strip-components=1 -C ~/bin --no-anchored wasm-pack
309
309
310
310
wasm-pack build --release -t bundler --scope fs
Original file line number Diff line number Diff line change 30
30
PATH=$PATH:~/bin
31
31
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.20/mdbook-v0.4.20-x86_64-unknown-linux-gnu.tar.gz \
32
32
| 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 \
34
34
| tar -xz --strip-components=1 -C ~/bin --no-anchored wasm-pack
35
35
36
36
# setup some envs to various paths for convenience
You can’t perform that action at this time.
0 commit comments