wasm-bindgen/crates/js-sys
2018-09-16 22:55:15 +02:00
..
src Add binding for Object.getOwnPropertyDescriptor() 2018-09-16 22:55:15 +02:00
tests Add binding for Object.getOwnPropertyDescriptor() 2018-09-16 22:55:15 +02:00
Cargo.toml Bump to 0.2.21 2018-09-06 22:10:11 -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.