wasm-bindgen/crates/js-sys
Alex Crichton d5b81595ec Remove support for the version attribute
First added in #161 this never ended up panning out, so let's remove the
experimental suport which isn't actually used by anything today and hold off on
any other changes until an RFC happens.
2018-08-06 13:30:28 -05:00
..
src Add ArrayBuffer.prototype.byteLength to js-sys 2018-08-06 11:44:24 -05:00
tests Remove support for the version attribute 2018-08-06 13:30:28 -05:00
Cargo.toml js-sys: Add some more Cargo.toml metadata like license 2018-07-26 15:06:24 -07:00
CHANGELOG.md js-sys: Add a js-sys specific CHANGELOG.md 2018-07-26 15:05:00 -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.