wasm-bindgen/crates/js-sys
Nick Fitzgerald 61fc8d2567 Js sys once over (#550)
* js-sys: Return `f64` instead of `Number`

* js-sys: remove trailing whitespace

* js-sys: Ensure that all imported types derive Clone and Debug

* js-sys: Imported functions should always take JS object arguments by-ref
2018-07-25 16:33:44 -05:00
..
src Js sys once over (#550) 2018-07-25 16:33:44 -05:00
tests Js sys once over (#550) 2018-07-25 16:33:44 -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.