wasm-bindgen/crates/web-sys
Alex Crichton df809df9a5
Bump to 0.2.63 (#2163)
* Update `syn` version requirement

Require latest version to fix issues with nightly.

* Bump to 0.2.63
2020-05-27 10:07:18 -05:00
..
src Add Blob.stream() method (#2140) 2020-05-18 06:59:16 -05:00
tests/wasm Dramatically improving the build time of web-sys (#2012) 2020-03-02 17:39:36 -06:00
webidls Add Blob.stream() method (#2140) 2020-05-18 06:59:16 -05:00
.gitignore Dramatically improving the build time of web-sys (#2012) 2020-03-02 17:39:36 -06:00
Cargo.toml Bump to 0.2.63 (#2163) 2020-05-27 10:07:18 -05:00
LICENSE-APACHE Symlink LICENSE files in crates (#2018) 2020-02-28 17:41:28 -06:00
LICENSE-MIT Symlink LICENSE files in crates (#2018) 2020-02-28 17:41:28 -06:00
README.md Simply remove the web-sys bindings 'tested' list 2019-01-10 19:06:11 +01:00

web-sys

Raw bindings to Web APIs for projects using wasm-bindgen.

Crate features

This crate by default contains very little when compiled as almost all of its exposed APIs are gated by Cargo features. The exhaustive list of features can be found in crates/web-sys/Cargo.toml, but the rule of thumb for web-sys is that each type has its own cargo feature (named after the type). Using an API requires enabling the features for all types used in the API, and APIs should mention in the documentation what features they require.