wasm-bindgen/crates/js-sys
Alex Crichton 6d49c76bc4
Merge pull request #734 from alexcrichton/stabilize
Remove `use_extern_macros` features
2018-08-19 18:12:00 -07:00
..
src Merge pull request #734 from alexcrichton/stabilize 2018-08-19 18:12:00 -07:00
tests Merge pull request #734 from alexcrichton/stabilize 2018-08-19 18:12:00 -07:00
Cargo.toml Bump to 0.2.17 2018-08-16 23:36:42 -07:00
CHANGELOG.md Bump to version 0.2.16 2018-08-13 14:27:10 -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.