wasm-bindgen/crates/js-sys
2018-08-16 20:40:19 +02:00
..
src Add more WebAssembly bindings 2018-08-15 23:45:28 +02:00
tests Add more WebAssembly bindings 2018-08-15 23:45:28 +02:00
Cargo.toml futures should be a dev dependency 2018-08-16 20:40:19 +02: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.