wasm-bindgen/crates/js-sys
Ingvar Stepanyan 85eea18658 Adds missing variadic bindings for string methods
- `JsString::from_code_point` - allows to create JS strings using slice of codes in WASM memory.
 - `JsString::from_char_code` - same as above, but also uses updated signature with `u16` instead of `u32` (partially helps with #1460 at least for the new binding).
2019-04-26 16:57:34 +01:00
..
src Adds missing variadic bindings for string methods 2019-04-26 16:57:34 +01:00
tests Adds missing variadic bindings for string methods 2019-04-26 16:57:34 +01:00
Cargo.toml Bump to 0.2.42 2019-04-11 07:39:45 -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.