wasm-bindgen/crates
Alex Crichton 3efe51eb8b Reorganize and rewrite examples
This commit is a large-ish scale reorganization of our examples. The
main goal here is to have a dedicated section of the guide for example,
and all examples will be listed there. Each example's `README` is now
just boilerplate pointing at the guide along with a blurb about how to
run it.

Some examples like `math` and `smorgasboard` have been deleted as they
didn't really serve much purpose, and others like `closures` have been
rewritten with `web-sys` instead of hand-bound bindings.

Overall it's hoped that this puts us in a good and consistent state for
our examples, with all of them being described in the guide, excerpts
are in the guide, and they're all relatively idiomatically using
`web-sys`.
2018-09-20 16:45:30 -07:00
..
backend Merge pull request #847 from alexcrichton/fix-window 2018-09-18 16:59:46 -07:00
cli Bump to 0.2.21 2018-09-06 22:10:11 -07:00
cli-support Merge pull request #847 from alexcrichton/fix-window 2018-09-18 16:59:46 -07:00
futures Bump to 0.2.21 2018-09-06 22:10:11 -07:00
js-sys Reorganize and rewrite examples 2018-09-20 16:45:30 -07:00
macro Reorganize and rewrite examples 2018-09-20 16:45:30 -07:00
macro-support Merge pull request #847 from alexcrichton/fix-window 2018-09-18 16:59:46 -07:00
shared Remove support for scoped static methods 2018-09-17 17:36:53 -07:00
test Reorganize and rewrite examples 2018-09-20 16:45:30 -07:00
test-macro Bump to 0.2.21 2018-09-06 22:10:11 -07:00
typescript Update syn to 0.15 2018-09-06 15:01:24 -07:00
wasm-interpreter Bump to 0.2.21 2018-09-06 22:10:11 -07:00
web-sys Add js_sys::global 2018-09-18 15:40:49 -07:00
webidl Add #[derive(Clone, Debug)] to all web-sys types 2018-09-19 11:54:32 -07:00
webidl-tests Reorganize and rewrite examples 2018-09-20 16:45:30 -07:00