mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-20 12:10:52 +00:00
This patch adds a link to the crate's documentation. It also removes a reference to #275, which is closed now.
8 lines
251 B
Markdown
8 lines
251 B
Markdown
# `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.
|