Alex Crichton
|
a12fc46a55
|
Merge pull request #728 from quelledanielle/js_string_from_code_point
Add bindings for String.from_code_point
|
2018-08-18 22:08:48 -07:00 |
|
Danielle Pham
|
27d48ad267
|
Add bindings for String.from_code_point
|
2018-08-18 21:35:38 -04:00 |
|
Danielle Pham
|
0d3f706195
|
Add binding for String.prototype.localeCompare
|
2018-08-18 21:05:02 -04:00 |
|
Alex Crichton
|
c0c27775f3
|
Merge pull request #681 from sepiropht/master
[670] add extends for some types
|
2018-08-13 18:39:53 -06:00 |
|
sepiropht
|
96c24c47a2
|
add extends for JsString
|
2018-08-14 00:47:36 +02:00 |
|
Danielle Pham
|
30fc99b724
|
Use u32 params for String.from_char_code bindings
|
2018-08-13 17:03:58 -04:00 |
|
Danielle Pham
|
fd5958b51b
|
Add bindings for String.from_char_code
|
2018-08-13 00:19:43 -04:00 |
|
Nick Fitzgerald
|
64591ef403
|
Js sys use &str arguments (#555)
* js-sys: imports should take &str parameters instead of &JsString
* js-sys: Imports should take Option<&str> instead of Option<String>
|
2018-07-25 18:50:30 -05:00 |
|
Alex Crichton
|
f3e34d854d
|
Port JsString tests to wasm
|
2018-07-20 13:35:46 -07:00 |
|