File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ Cross-Origin-Opener-Policy: same-origin
3
+ Cross-Origin-Embedder-Policy: require-corp
Original file line number Diff line number Diff line change 2
2
3
3
[ View full source code] [ code ] or [ view the compiled example online] [ online ]
4
4
5
- [ online ] : https://rustwasm.github.io/ wasm-bindgen/exbuild/raytrace-parallel/
5
+ [ online ] : https://wasm-bindgen.netlify.app /exbuild/raytrace-parallel/
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
9
WebAssembly and Rust, culminating in a parallel raytracer demo. The browser requirements are:
10
10
11
- * Firefox Nightly
11
+ * Firefox Nightly
12
12
- ` SharedArrayBuffer ` is enabled in ` about:config ` in Firefox
13
13
* Google Chrome
14
14
- No flags required on recent versions of Chrome
You can’t perform that action at this time.
0 commit comments