wasm-bindgen/crates/js-sys
Nick Fitzgerald 64591ef403 Js sys use &str arguments (#555)
* 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
..
src Js sys use &str arguments (#555) 2018-07-25 18:50:30 -05:00
tests Js sys use &str arguments (#555) 2018-07-25 18:50:30 -05:00
Cargo.toml Bump to 0.2.14 2018-07-25 09:46:45 -07:00
README.md Move the js module to a js_sys crate (#512) 2018-07-19 14:30:58 -05:00

js-sys

Raw bindings to JS global APIs for projects using wasm-bindgen. This crate is handwritten and intended to work in all JS environments like browsers and Node.js.

Progress for this crate can be tracked at #275.