wasm-bindgen/crates/webidl-tests
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
..
array_buffer.js Add WebIDL support for the ArrayBuffer type 2018-08-04 16:34:12 -05:00
array_buffer.rs webidl: All interfaces implicitly extend Object 2018-09-12 15:25:09 -07:00
array_buffer.webidl Add WebIDL support for the ArrayBuffer type 2018-08-04 16:34:12 -05:00
array.js Migrate webidl tests to wasm_bindgen_test (#590) 2018-07-30 11:06:29 -07:00
array.rs webidl: All interfaces implicitly extend Object 2018-09-12 15:25:09 -07:00
array.webidl Migrate webidl tests to wasm_bindgen_test (#590) 2018-07-30 11:06:29 -07:00
build.rs Gate web-sys APIs on activated features (#790) 2018-09-05 12:55:30 -07:00
callbacks.js Implement WebIDL callback interfaces 2018-09-10 12:00:50 -07:00
callbacks.rs webidl: All interfaces implicitly extend Object 2018-09-12 15:25:09 -07:00
callbacks.webidl Implement WebIDL callback interfaces 2018-09-10 12:00:50 -07:00
Cargo.toml Reorganize and rewrite examples 2018-09-20 16:45:30 -07:00
consts.js Migrate webidl tests to wasm_bindgen_test (#590) 2018-07-30 11:06:29 -07:00
consts.rs webidl: All interfaces implicitly extend Object 2018-09-12 15:25:09 -07:00
consts.webidl Generate const mixin bindings 2018-08-13 21:58:40 -07:00
dictionary.js Implement support for WebIDL dictionaries 2018-08-15 17:08:27 -07:00
dictionary.rs Implement support for WebIDL dictionaries 2018-08-15 17:08:27 -07:00
dictionary.webidl Implement support for WebIDL dictionaries 2018-08-15 17:08:27 -07:00
enums.js Migrate webidl tests to wasm_bindgen_test (#590) 2018-07-30 11:06:29 -07:00
enums.rs webidl: All interfaces implicitly extend Object 2018-09-12 15:25:09 -07:00
enums.webidl Migrate webidl tests to wasm_bindgen_test (#590) 2018-07-30 11:06:29 -07:00
global.js Fix webidl-tests fallout 2018-09-17 17:36:53 -07:00
global.rs Fix webidl-tests fallout 2018-09-17 17:36:53 -07:00
global.webidl web-sys: Add support for Global-scope methods 2018-08-28 17:20:31 -07:00
lib.rs Migrate webidl tests to wasm_bindgen_test (#590) 2018-07-30 11:06:29 -07:00
main.rs Implement WebIDL callback interfaces 2018-09-10 12:00:50 -07:00
namespace.js Merge branch 'master' of https://github.com/rustwasm/wasm-bindgen 2018-08-13 18:59:52 +03:00
namespace.rs Merge branch 'master' of https://github.com/rustwasm/wasm-bindgen 2018-08-13 18:59:52 +03:00
namespace.webidl Fix console test 2018-08-13 20:09:18 +03:00
simple.js Fix webidl-tests fallout 2018-09-17 17:36:53 -07:00
simple.rs Fix webidl-tests fallout 2018-09-17 17:36:53 -07:00
simple.webidl Merge remote-tracking branch 'upstream/master' 2018-09-07 13:46:20 +03:00
throws.js Migrate webidl tests to wasm_bindgen_test (#590) 2018-07-30 11:06:29 -07:00
throws.rs webidl: All interfaces implicitly extend Object 2018-09-12 15:25:09 -07:00
throws.webidl Migrate webidl tests to wasm_bindgen_test (#590) 2018-07-30 11:06:29 -07:00