Skip to content

Commit

Permalink
chore(guide): fix entry to raytracing example (#2988)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez authored Jul 11, 2022
1 parent 4e72af2 commit bc95e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/src/examples/raytrace.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[online]: https://wasm-bindgen.netlify.app/exbuild/raytrace-parallel/
[code]: https://github.com/rustwasm/wasm-bindgen/tree/master/examples/raytrace-parallel

This is an of using threads with WebAssembly, Rust, and `wasm-bindgen`,
This is an example of using threads with WebAssembly, Rust, and `wasm-bindgen`,
culminating in a parallel raytracer demo. There's a number of moving pieces to
this demo and it's unfortunately not the easiest thing to wrangle, but it's
hoped that this'll give you a bit of a taste of what it's like to use threads
Expand Down

0 comments on commit bc95e13

Please sign in to comment.