guide: Add section on working with duck-typed interfaces

This commit is contained in:
Nick Fitzgerald
2018-09-11 16:29:44 -07:00
parent a311c29f1d
commit 1872e84a8a
4 changed files with 27 additions and 3 deletions

View File

@ -1,7 +1,6 @@
# Canvas 2D Example
# Duck-Typed Interfaces Example
This directory is an example of using the `web-sys` crate to draw on a 2D
canvas.
This directory is an example of using duck-typed JS interfaces with `wasm-bindgen`.
You can build and run the example with: