Add a smorgasboard example

This commit is contained in:
Alex Crichton
2018-03-02 20:19:39 -08:00
parent 4aa6793b9e
commit 4ebb3df330
14 changed files with 213 additions and 1 deletions

View File

@ -9,3 +9,6 @@ The examples here are:
* `hello_world` - the "hello world" of `#[wasm_bindgen]`, aka throwing up a
dialog greeting you
* `smorgasboard` - a bunch of features all thrown into one, showing off the
various capabilities of the `#[wasm_bindgen]` macro and what you can do with
it from JS