wasm-bindgen/crates/js-sys
2018-08-27 15:18:48 -07:00
..
src js-sys: Make MDN URLs into links 2018-08-27 15:18:48 -07:00
tests Add WebAssembly.Memory to js-sys 2018-08-26 15:40:37 -07:00
Cargo.toml Bump to 0.2.19 2018-08-27 13:39:23 -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.