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.
This commit is contained in:
Ivan Enderlin
2018-09-21 10:08:11 +02:00
committed by GitHub
parent f871cf6354
commit 54b2482d03

View File

@ -1,8 +1,7 @@
# `js-sys` # `js-sys`
[API documentation](https://rustwasm.github.io/wasm-bindgen/api/js_sys/)
Raw bindings to JS global APIs for projects using `wasm-bindgen`. This crate is 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 handwritten and intended to work in *all* JS environments like browsers and
Node.js. Node.js.
Progress for this crate can be tracked at
[#275](https://github.com/rustwasm/wasm-bindgen/issues/275).