Commit Graph

7 Commits

Author SHA1 Message Date
13cee9e264 Fix closures example 2018-07-20 12:09:30 -07:00
6eef5f7b52 Move the js module to a js_sys crate (#512)
* Move the `js` module to a `js_sys` crate

* Update js-sys tests to pass again

* Update binding_to_unimplemented_apis_doesnt_break_everything

Remove its dependency on the `js` module

* Update metadata for js-sys

* Fix the `closures` example
2018-07-19 14:30:58 -05:00
a949482e3a Remove usage of #[wasm_custom_section] (#509)
This has been stabilized on nightly as `#[link_section]`, so no need for an
unstable attribute any more. Yay!
2018-07-19 08:57:18 -05:00
ed05c7b945 Fix compile on latest nightly (#489) 2018-07-17 09:11:30 -05:00
9127a0419f rustfmt all the things 2018-06-27 22:42:34 -07:00
ef27cb6392 Add date constructor 2018-06-26 16:55:40 +02:00
a3e5485b86 Add examples/documentation for closures 2018-04-09 14:34:21 -07:00