wasm-bindgen/crates/js-sys
Pauan a1d90398d0 Adding in support for async iterators (#1895)
* Adding in support for async iterators

* Adding in some unit tests for asyncIterator

* Fixing unit tests

* Fixing UI tests
2019-12-04 17:51:22 -06:00
..
src Adding in support for async iterators (#1895) 2019-12-04 17:51:22 -06:00
tests Adding in support for async iterators (#1895) 2019-12-04 17:51:22 -06:00
Cargo.toml Bump to 0.2.55 (#1864) 2019-11-19 11:04:37 -06: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.