Daniel Wirtz
|
f7c734789e
|
Update Binaryen to latest; Various fixes
|
2018-10-11 08:49:08 +02:00 |
|
dcodeIO
|
16d1a833dd
|
Always add a null function at table index zero
This allows function references (a table index internally) to be nullable
|
2018-09-17 01:48:35 +02:00 |
|
dcodeIO
|
631478c7c9
|
Rework static memory segment creation; Fix stdlib gc hooks not marking own fields; Align everything to 8 bytes that might be touched by GC
|
2018-08-04 00:36:59 +02:00 |
|
Daniel Wirtz
|
dc0f271fc2
|
Initial GC integration (#196)
|
2018-08-02 18:23:02 +02:00 |
|
dcodeIO
|
9c16363796
|
Initial external decorator for annotating explicit import names; Use file name as default module name in imports; Emit empty memory if there are no static segments; Update TLSF and examples accordingly
|
2018-06-28 01:44:32 +02:00 |
|
dcodeIO
|
7ad13f9d65
|
Add a 'call_indirect' builtin to emit arbitrary calls (might trap at runtime); Optimize 'for' loop compilation a bit
|
2018-05-25 15:59:17 +02:00 |
|
dcodeIO
|
829af2285c
|
Fix continue labels in 'for' loops skipping the incrementor
|
2018-05-23 11:32:12 +02:00 |
|
dcodeIO
|
6c0a5c47d9
|
Update Binaryen and take care of WebAssembly/binaryen#1547
|
2018-05-14 16:55:55 +02:00 |
|
dcodeIO
|
e415377cda
|
Avoid trampolines where optional arguments are constant literals, see #102; Fix temporary local flags not being cleared; Fix inlined temporary locals not being free'd; Fix inlined flows not breaking after returns; Allow changetype of u32s, i.e. function pointers
|
2018-05-11 16:31:56 +02:00 |
|
dcodeIO
|
1bf0ca6525
|
Add a mechanism to enable additional (experimental) features and start with sign extension operations; Hashing experimentation
|
2018-05-08 00:36:19 +02:00 |
|