mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-21 08:41:35 +00:00
Update web-sys docs now that it's published
This commit is contained in:
@ -2,15 +2,12 @@
|
|||||||
|
|
||||||
## Add `web-sys` as a dependency to your `Cargo.toml`
|
## Add `web-sys` as a dependency to your `Cargo.toml`
|
||||||
|
|
||||||
***Note:** `web-sys` is not available on crates.io yet, so you'll need to depend
|
|
||||||
on the git version of it, and of `wasm-bindgen`:*
|
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasm-bindgen = { git = "https://github.com/rustwasm/wasm-bindgen" }
|
wasm-bindgen = "0.2"
|
||||||
|
|
||||||
[dependencies.web-sys]
|
[dependencies.web-sys]
|
||||||
git = "https://github.com/rustwasm/wasm-bindgen"
|
version = "0.3"
|
||||||
features = [
|
features = [
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user