mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-05-08 12:02:17 +00:00
9 lines
304 B
Markdown
9 lines
304 B
Markdown
|
# `web-sys`
|
||
|
|
||
|
The `web-sys` crate provides raw bindings to all of the Web's APIs, and its
|
||
|
source lives at `wasm-bindgen/crates/web-sys`.
|
||
|
|
||
|
The `web-sys` crate is **entirely** mechanically generated inside `build.rs`
|
||
|
using `wasm-bindgen`'s WebIDL frontend and the WebIDL interface definitions for
|
||
|
Web APIs.
|