Skip to content

Commit

Permalink
doc(readme) Add links to doc & clean
Browse files Browse the repository at this point in the history
This patch adds a link to the crate's documentation. It also removes a reference to rustwasm#275, which is closed now.
  • Loading branch information
Hywan authored Sep 21, 2018
1 parent f871cf6 commit 54b2482
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions crates/js-sys/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# `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
handwritten and intended to work in *all* JS environments like browsers and
Node.js.

Progress for this crate can be tracked at
[#275](https://github.com/rustwasm/wasm-bindgen/issues/275).

0 comments on commit 54b2482

Please sign in to comment.