Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing variadic bindings for string methods #1491

Merged
merged 1 commit into from
Apr 26, 2019

Commits on Apr 26, 2019

  1. 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 rustwasm#1460 at least for the new binding).
    RReverser committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    85eea18 View commit details
    Browse the repository at this point in the history