Skip to content

Commit f7f4799

Browse files
authored
Update raytracing example browser support (#2083)
1 parent ad85de5 commit f7f4799

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

guide/src/examples/raytrace.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@
66
[code]: https://github.com/rustwasm/wasm-bindgen/tree/master/examples/raytrace-parallel
77

88
**This is an unstable and experimental example** of using threads with
9-
WebAssembly and Rust, culminating in a parallel raytracer demo. Current
10-
requirements for viewing this demo are:
9+
WebAssembly and Rust, culminating in a parallel raytracer demo. The browser requirements are:
1110

12-
* Firefox Nightly - other browsers haven't implemented the proposed WebAssembly
13-
features yet.
14-
* `SharedArrayBuffer` is enabled in `about:config` in Firefox
15-
16-
This demo may also break over time as Firefox updates, but we'll try to keep it
17-
working!
11+
* Firefox Nightly
12+
- `SharedArrayBuffer` is enabled in `about:config` in Firefox
13+
* Google Chrome
14+
- No flags required on recent versions of Chrome
15+
* other browsers haven't implemented the proposed WebAssembly features yet.
1816

1917
Locally to build this demo you'll need `xargo` and the `rust-src` rustup
2018
component, and afterwards `./build.sh` like other examples should build the

0 commit comments

Comments
 (0)