wasm-bindgen/crates/js-sys
2018-07-20 13:35:46 -07:00
..
src Port JsString tests to wasm 2018-07-20 13:35:46 -07:00
tests Port JsString tests to wasm 2018-07-20 13:35:46 -07:00
Cargo.toml Add a test harness to directly execute wasm tests (#524) 2018-07-20 13:47:49 -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.