wasm-bindgen/crates/js-sys
Nick Fitzgerald 62de3bad67 js-sys: Unify all iterators under one generic iterator type
The JS iterator protocol uses duck typing and we don't need separate
ArrayIterator and SetIterator etc types, we can have a single iterator type for
the whole protocol.
2018-07-26 13:48:52 -07:00
..
src js-sys: Unify all iterators under one generic iterator type 2018-07-26 13:48:52 -07:00
tests js-sys: Unify all iterators under one generic iterator type 2018-07-26 13:48:52 -07:00
Cargo.toml Bump to 0.2.14 2018-07-25 09:46:45 -07:00
README.md Move the js module to a js_sys crate (#512) 2018-07-19 14:30:58 -05:00

js-sys

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.

Progress for this crate can be tracked at #275.