Commit Graph

754 Commits

Author SHA1 Message Date
Dimitrii Nemkov
a6d62c696f Merge branch 'master' into weakmap-bindings 2018-06-26 23:29:48 +05:00
Herman J. Radtke III
3833c94400
js: Implement bindings for Array.isArray 2018-06-26 11:11:02 -07:00
Nick Fitzgerald
16bc3eb7e7
Merge pull request #315 from ohanar/yarn2
use both npm and yarn in ci
2018-06-26 10:43:12 -07:00
Nick Fitzgerald
de88291b72
Merge pull request #324 from rail44/string-code_point_at
Support String.prototype.codePointAt
2018-06-26 10:39:36 -07:00
Nick Fitzgerald
df5862bd7e
Merge branch 'master' into string-code_point_at 2018-06-26 10:39:26 -07:00
Nick Fitzgerald
09969db5cf
Merge pull request #325 from rail44/string-concat
Support String.prototype.concat
2018-06-26 10:34:50 -07:00
Nick Fitzgerald
ff80029cf0
Merge branch 'master' into string-concat 2018-06-26 10:32:42 -07:00
Nick Fitzgerald
1326255fb6
Merge pull request #319 from xeqlol/backend-crate-typo-fix
Fix typo in backend crate
2018-06-26 10:27:43 -07:00
Nick Fitzgerald
d0ac895e5e
Merge pull request #308 from sendilkumarn/date
Add date methods
2018-06-26 10:25:35 -07:00
Nick Fitzgerald
6dcbc4a0cc
Merge branch 'master' into date 2018-06-26 10:25:26 -07:00
Nick Fitzgerald
e8c6c40f10
Merge pull request #323 from rail44/string-char_code_at
Support String.prototype.charCodeAt
2018-06-26 10:23:10 -07:00
Nick Fitzgerald
c836639229
Merge pull request #322 from belfz/expose-bindings/object-seal
implements Object.seal() binding
2018-06-26 10:22:00 -07:00
Nick Fitzgerald
0f7db31888 js: Sort Array bindings alphabetically 2018-06-26 10:18:31 -07:00
Nick Fitzgerald
552f3c7c66 Merge branch 'string-includes' of https://github.com/rail44/wasm-bindgen into string-includes 2018-06-26 10:17:26 -07:00
Nick Fitzgerald
306e30a0ba
Merge pull request #316 from tcr/tcr-uint8
Adds support for the Uint8Array constructor and its fill method.
2018-06-26 10:08:53 -07:00
Satoshi Amemiya
3d72a90481 Support String.prototype.concat 2018-06-27 00:48:09 +09:00
Sendil Kumar
ef27cb6392 Add date constructor 2018-06-26 16:55:40 +02:00
Sendil Kumar
f9ae7f49ad Add date to date string
fix failing test case
2018-06-26 16:55:40 +02:00
Sendil Kumar
dd3e8cc8b8 Add date to iso string 2018-06-26 16:55:40 +02:00
Sendil Kumar
8f21393c6b Add date to json 2018-06-26 16:55:40 +02:00
Sendil Kumar
be44ad8ad8 Add date to locale date string 2018-06-26 16:55:40 +02:00
Sendil Kumar
4e05bc470f Add date to locale string 2018-06-26 16:55:40 +02:00
Sendil Kumar
c0aba821d5 Add date to locale time string 2018-06-26 16:55:40 +02:00
Sendil Kumar
ca17ef8d7c Add date to string 2018-06-26 16:55:40 +02:00
Sendil Kumar
f30de17c2b Add date to time string 2018-06-26 16:55:39 +02:00
Sendil Kumar
033ba3f3a7 Add date to utc string 2018-06-26 16:55:39 +02:00
Sendil Kumar
cd189d53c4 Add date value of 2018-06-26 16:55:36 +02:00
Satoshi Amemiya
22fdcf02b2 Support String.prototype.charCodeAt 2018-06-26 22:09:43 +09:00
Satoshi Amemiya
efeefbd4c1 Support String.prototype.codePointAt 2018-06-26 22:07:34 +09:00
Satoshi Amemiya
ae847861e7 String - includes() support 2018-06-26 21:10:19 +09:00
belfz
a30509d142 implements Object.seal binding 2018-06-26 14:02:42 +02:00
xeqlol
2028efa76f Fix typo in backend crate 2018-06-26 13:17:40 +05:00
xeqlol
a369f7a246 WeakMap bindings 2018-06-26 13:12:32 +05:00
Tim Ryan
5925871a05 Adds support for the UInt8Array constructor and its fill method. 2018-06-26 00:34:17 -04:00
R. Andrew Ohana
cc1db03e5a use both npm and yarn in ci 2018-06-25 17:22:51 -07:00
R. Andrew Ohana
947dfbeae0
Merge pull request #314 from fitzgen/Array.prototype.filter
Array.prototype.filter
2018-06-25 16:50:32 -07:00
Nick Fitzgerald
0851025ca5 js: Implement bindings for Array.prototype.filter 2018-06-25 16:19:07 -07:00
Nick Fitzgerald
031ded116b js: Fix missing space at start of doc comment 2018-06-25 16:17:53 -07:00
Nick Fitzgerald
5adda0d591
Merge pull request #313 from jamen/support-rollup
Make JS use a '.wasm' extension when importing the binary
2018-06-25 15:34:58 -07:00
Nick Fitzgerald
3212b0a019
Merge pull request #312 from jonathan-s/moar-methods
Lots of methods for Math
2018-06-25 14:44:36 -07:00
Nick Fitzgerald
02328cf9f6
Merge pull request #310 from elpiel/string-support
`String.prototype.startsWith`, `String.prototype.substring` and `String.prototype.indexOf`
2018-06-25 14:37:17 -07:00
Jamen Marz
a596dc4129
Make JS use a '.wasm' extension when importing the binary 2018-06-25 15:26:30 -06:00
Jonathan Sundqvist
e05b1ae6ba Add clz32 to Math 2018-06-25 22:52:04 +02:00
Jonathan Sundqvist
9b70f14a1c Add ceil to Math 2018-06-25 22:52:04 +02:00
Jonathan Sundqvist
2de2a815d5 Add cube root (cbrt) to Math 2018-06-25 22:52:04 +02:00
Jonathan Sundqvist
5eb744c7d6 Add atanh to Math 2018-06-25 22:52:04 +02:00
Jonathan Sundqvist
3223a9af75 Add atan2 to Math 2018-06-25 22:52:04 +02:00
Jonathan Sundqvist
7e514b939f Add atan to Math 2018-06-25 22:52:04 +02:00
Jonathan Sundqvist
4b812ee47d Add asinh to Math 2018-06-25 22:52:04 +02:00
Jonathan Sundqvist
94255c1ba9 Add asin to Math 2018-06-25 22:52:04 +02:00