wasm-bindgen/crates/js-sys
Alex Crichton 41d3a08028
Merge pull request #958 from alexcrichton/no-global-cache
js_sys: Use a thread local to cache `global()`
2018-10-10 17:41:41 -07:00
..
src Merge pull request #958 from alexcrichton/no-global-cache 2018-10-10 17:41:41 -07:00
tests js-sys: Add bindings for TypedArray.slice 2018-10-10 15:57:00 -07:00
Cargo.toml Bump to 0.2.25 2018-10-10 13:19:40 -07:00
CHANGELOG.md Bump to version 0.2.16 2018-08-13 14:27:10 -07:00
README.md doc(readme) Add links to doc & clean 2018-09-21 10:08:11 +02:00

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.