dcodeIO
|
9731958738
|
Implement a mechanism to realloc array buffers; Trap when trying to allocate more than max size; Test allocators in CI
|
2018-04-08 00:52:19 +02:00 |
|
dcodeIO
|
8770f7b548
|
New ArrayBuffer/TypedArray; Stdlib restructure; Fix importing stdlib in stdlib; Traverse constructors; Allow initialization of readonly instance fields in constructors
|
2018-04-07 03:27:22 +02:00 |
|
Max Graey
|
37825fc84d
|
Implement comparision operator overloads (#63)
|
2018-04-04 00:01:59 +02:00 |
|
dcodeIO
|
5823e35f37
|
Progress and a tiny WASM binary parser
|
2018-04-03 23:56:48 +02:00 |
|
dcodeIO
|
06198a3723
|
Rename lib prefix to '~lib' (parens aren't valid); Add built-in alignof<T>; Prepare for ArrayBufferView
|
2018-04-02 19:05:26 +02:00 |
|
Max Graey
|
70d2a0a425
|
Add more operator overloads + tests (#55)
* operator '-'
* operator '*'
* operator '/'
* operator '%'
* operator '&'
* operator '|'
* operator '^'
|
2018-03-25 13:14:53 +02:00 |
|