wasm-bindgen/crates/webidl
Alex Crichton ddc42738cf Tweak some WebIDL type names in methods
Instead of `dom_str`, `byte_str`, and `usv_str`, emit `str` for all of them.
Similarly for `unrestricted_f64` just do `f64` instead. This reflects how we
interpret the types already in terms of Rust types and although technically
makes it possible to have name collisions in WebIDL they don't come up in
practice.
2018-08-20 10:32:04 -07:00
..
src Tweak some WebIDL type names in methods 2018-08-20 10:32:04 -07:00
Cargo.toml Bump to 0.2.17 2018-08-16 23:36:42 -07:00