js-sys

Crates.iojs-sys
lib.rsjs-sys
version
sourcesrc
created_at2018-07-19 19:42:36.874339
updated_at2024-12-07 01:15:44.130816
descriptionBindings for all JS global objects and functions in all JS environments like Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate.
homepagehttps://rustwasm.github.io/wasm-bindgen/
repositoryhttps://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys
max_upload_size
id75112
Cargo.toml error:TOML parse error at line 23, column 1 | 23 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
wasm-bindgen-publish (github:rustwasm:wasm-bindgen-publish)

documentation

https://docs.rs/js-sys

README

js-sys

API documentation

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.

Commit count: 3908

cargo fmt