Skip to content

Commit 09c5b82

Browse files
authored
Remove obsolete note from raytrace-parallel example (#2307)
1 parent a04e189 commit 09c5b82

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

examples/raytrace-parallel/build.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -ex
44

5-
# A few steps are necessary to get this build working which makes it slightly
5+
# A couple of steps are necessary to get this build working which makes it slightly
66
# nonstandard compared to most other builds.
77
#
88
# * First, the Rust standard library needs to be recompiled with atomics
@@ -11,11 +11,6 @@ set -ex
1111
# * Next we need to compile everything with the `atomics` and `bulk-memory`
1212
# features enabled, ensuring that LLVM will generate atomic instructions,
1313
# shared memory, passive segments, etc.
14-
#
15-
# * Finally, `-Zbuild-std` is still in development, and one of its downsides
16-
# right now is rust-lang/wg-cargo-std-aware#47 where using `rust-lld` doesn't
17-
# work by default, which the wasm target uses. To work around that we find it
18-
# and put it in PATH
1914

2015
RUSTFLAGS='-C target-feature=+atomics,+bulk-memory' \
2116
cargo build --target wasm32-unknown-unknown --release -Z build-std=std,panic_abort

0 commit comments

Comments
 (0)