Alex Crichton a949482e3a
Remove usage of #[wasm_custom_section] (#509)
This has been stabilized on nightly as `#[link_section]`, so no need for an
unstable attribute any more. Yay!
2018-07-19 08:57:18 -05:00
..
2018-07-08 10:57:19 -05:00
2018-07-08 10:57:19 -05:00
2018-07-08 10:57:19 -05:00
2018-07-08 10:57:19 -05:00
2018-07-08 10:57:19 -05:00
2018-07-08 10:57:19 -05:00
2018-07-08 10:57:19 -05:00
2018-07-08 10:57:19 -05:00

Julia Set

View this example online

This is an example of more complex computations needed to generate a fractal (Julia Set). It's also an example of direct interaction with CanvasRenderingContext2D's API via #[wasm_bindgen] macro.

You can build the example with:

$ ./build.sh

(or running the commands on Windows manually)