wasm-bindgen/crates/js-sys
Tyler Wilcock cefe1681ab Implement Math.min() and Math.max() bindings (#542)
* Add Number.isNaN() binding

* Add binding for Math.hypot()

* Implement Math.min() and Math.max() bindings
2018-07-23 23:50:29 -05:00
..
src Implement Math.min() and Math.max() bindings (#542) 2018-07-23 23:50:29 -05:00
tests Implement Math.min() and Math.max() bindings (#542) 2018-07-23 23:50:29 -05:00
Cargo.toml Bump to 0.2.13 (#536) 2018-07-21 23:10:47 -05: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.