wasm-bindgen/crates/js-sys
2018-08-09 14:36:37 -04:00
..
src Add extends attributes for several types 2018-08-08 23:16:57 -04:00
tests Fixup from merge commit 2018-08-09 14:36:37 -04: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.