examples: Add an example of using duck-typed interfaces

This commit is contained in:
Nick Fitzgerald
2018-09-11 16:29:25 -07:00
parent 27a7008764
commit a311c29f1d
11 changed files with 121 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# Canvas 2D Example
This directory is an example of using the `web-sys` crate to draw on a 2D
canvas.
You can build and run the example with:
```
$ ./build.sh
```
(or running the commands on Windows manually)
and then opening up `http://localhost:8080/` in a web browser should show a
smiley face drawn on canvas by Rust and WebAssembly.