File tree 2 files changed +3
-3
lines changed
examples/raytrace-parallel
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 76
76
steps :
77
77
- template : ci/azure-install-rust.yml
78
78
parameters :
79
- toolchain : nightly
79
+ toolchain : nightly-2020-05-24
80
80
- template : ci/azure-install-node.yml
81
81
- script : cargo test --target wasm32-unknown-unknown --features nightly --test wasm
82
82
@@ -276,7 +276,7 @@ jobs:
276
276
steps :
277
277
- template : ci/azure-install-rust.yml
278
278
parameters :
279
- toolchain : nightly
279
+ toolchain : nightly-2020-05-24
280
280
- script : cargo doc --no-deps --features 'nightly serde-serialize'
281
281
displayName : " Document wasm-bindgen"
282
282
- script : cargo doc --no-deps --manifest-path crates/js-sys/Cargo.toml
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ set -ex
18
18
# and put it in PATH
19
19
20
20
RUSTFLAGS=' -C target-feature=+atomics,+bulk-memory' \
21
- cargo build -v - -target wasm32-unknown-unknown --release -Z build-std=std,panic_abort
21
+ cargo build --target wasm32-unknown-unknown --release -Z build-std=std,panic_abort
22
22
23
23
# Note the usage of `--no-modules` here which is used to create an output which
24
24
# is usable from Web Workers. We notably can't use `--target bundler` since
You can’t perform that action at this time.
0 commit comments