Add WebAssembly Studio links to examples/README

Should hopefully make it much easier to get off the ground running and
exploring!
This commit is contained in:
Alex Crichton
2018-04-17 13:51:01 -07:00
parent c74230b4a9
commit 158b95c29b
9 changed files with 32 additions and 9 deletions

View File

@ -1,5 +1,7 @@
# `Math`
[View this example online](https://webassembly.studio/?f=ffnm4kpzmib)
This directory is an example of using the `#[wasm_bindgen]` macro to import the
`Math` object and invoke various functions on it.