wasm-bindgen/crates/js-sys
Ivan Enderlin 54b2482d03
doc(readme) Add links to doc & clean
This patch adds a link to the crate's documentation. It also removes a reference to #275, which is closed now.
2018-09-21 10:08:11 +02:00
..
src Reorganize and rewrite examples 2018-09-20 16:45:30 -07:00
tests Add String.raw 2018-09-20 00:40:14 +03: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 doc(readme) Add links to doc & clean 2018-09-21 10:08:11 +02:00

js-sys

API documentation

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.