1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-06-11 03:51:21 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
7ecf4aae87 cargo +nightly fmt --all
Rustfmt all the things!
2018-09-26 08:26:00 -07:00
c543b5d149 Add extends attributes for js_sys:Generator 2018-08-18 09:11:07 -05:00
d5b81595ec Remove support for the version attribute
First added in  this never ended up panning out, so let's remove the
experimental suport which isn't actually used by anything today and hold off on
any other changes until an RFC happens.
2018-08-06 13:30:28 -05:00
64591ef403 Js sys use &str arguments ()
* js-sys: imports should take &str parameters instead of &JsString

* js-sys: Imports should take Option<&str> instead of Option<String>
2018-07-25 18:50:30 -05:00
067de51e57 Port Generator tests to wasm 2018-07-20 12:56:32 -07:00