wasm-bindgen/crates/js-sys
2018-08-09 13:08:30 -07:00
..
src js-sys: Promise methods should take JS things by shared reference 2018-08-09 13:08:30 -07:00
tests Merge pull request #675 from sepiropht/master 2018-08-09 09:52:13 -05:00
Cargo.toml Delete wasm-bindgen-test-project-builder 2018-08-06 11:48:34 -07:00
CHANGELOG.md js-sys: Add a js-sys specific CHANGELOG.md 2018-07-26 15:05:00 -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.