File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 6
6
[ code ] : https://github.com/rustwasm/wasm-bindgen/tree/master/examples/raytrace-parallel
7
7
8
8
** 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:
11
10
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.
18
16
19
17
Locally to build this demo you'll need ` xargo ` and the ` rust-src ` rustup
20
18
component, and afterwards ` ./build.sh ` like other examples should build the
You can’t perform that action at this time.
0 commit comments