wasm-bindgen/crates/js-sys
Alex Crichton 9c6225fd80
Merge pull request #720 from kraai/patch-1
Test for and add extends attributes
2018-08-18 22:15:30 -07:00
..
src Merge pull request #720 from kraai/patch-1 2018-08-18 22:15:30 -07:00
tests Merge pull request #720 from kraai/patch-1 2018-08-18 22:15:30 -07:00
Cargo.toml Bump to 0.2.17 2018-08-16 23:36:42 -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.