We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6203fc8 commit 8ec9713Copy full SHA for 8ec9713
crates/js-sys/Cargo.toml
@@ -6,11 +6,12 @@ readme = "./README.md"
6
categories = ["wasm"]
7
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys"
8
homepage = "https://rustwasm.github.io/wasm-bindgen/"
9
-documentation = "https://docs.rs/wasm-bindgen"
+documentation = "https://docs.rs/js-sys"
10
description = """
11
Bindings for all JS global objects and functions in all JS environments like
12
Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate.
13
"""
14
+license = "MIT/Apache-2.0"
15
16
[lib]
17
test = false
0 commit comments