wasm-bindgen/crates/js-sys
C Burgos f0a55f8930 Feat/date opt params (#1759)
* add date methods/ constructors with opt params

* Run fmt
2019-09-09 09:57:51 -05:00
..
src Feat/date opt params (#1759) 2019-09-09 09:57:51 -05:00
tests Feat/date opt params (#1759) 2019-09-09 09:57:51 -05:00
Cargo.toml Default all async support to std::future (#1741) 2019-09-05 11:18:36 -05: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.