mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 18:20:51 +00:00
Merge pull request #1035 from WAFFO/patch-1
Fixed link to the correct crate
This commit is contained in:
commit
adbd71fea9
@ -13,11 +13,11 @@ It's sort of like the `libc` crate, but for the Web.
|
||||
|
||||
It does *not* include the JavaScript APIs that are guaranteed to exist in all
|
||||
standards-compliant ECMAScript environments, such as `Array`, `Date`, and
|
||||
`eval`. Bindings for these APIs can be found in [the `js-sys` crate][js-sys].
|
||||
`eval`. Bindings for these APIs can be found in [the `web-sys` crate][web-sys].
|
||||
|
||||
## API Documentation
|
||||
|
||||
[**Read the `web-sys` API documentation here!**][api]
|
||||
|
||||
[api]: https://rustwasm.github.io/wasm-bindgen/api/web_sys/
|
||||
[js-sys]: https://crates.io/crates/js-sys
|
||||
[web-sys]: https://crates.io/crates/web-sys
|
||||
|
Loading…
x
Reference in New Issue
Block a user