dcode
|
cd1cfe6957
|
Update Binaryen to latest and rebuild dist files
|
2019-02-05 17:12:10 +01:00 |
|
Daniel Wirtz
|
2bdc2a72f1
|
Use stack IR when emitting text format (#312)
|
2018-11-08 08:04:24 +01:00 |
|
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
|
7a8995b18b
|
Properly inline getters; Simplify blocks when last statement returns
|
2018-06-22 15:26:59 +02:00 |
|
dcodeIO
|
73417a9a06
|
Move 'abort' out of builtins and make it overridable
Now defaults to 'env.abort' as imported in lib/env.ts, but can be overridden through '--use abort=someThingElseOrNothingAtAll'
|
2018-05-21 18:48:29 +02:00 |
|
dcodeIO
|
6c0a5c47d9
|
Update Binaryen and take care of WebAssembly/binaryen#1547
|
2018-05-14 16:55:55 +02:00 |
|
dcodeIO
|
25a1f6230a
|
Suppress some unnecessary blocks and nops; Fix compilation of always 'break'ing 'do's
|
2018-05-06 05:46:35 +02:00 |
|
dcodeIO
|
4026c087fd
|
Export the trampoline and provide a helper for functions that take optional arguments
|
2018-04-17 16:04:29 +02:00 |
|
dcodeIO
|
19a616dd96
|
Support indirect calls with omitted arguments
|
2018-03-24 09:46:22 +01:00 |
|
dcodeIO
|
ec5bb7ad51
|
Export function table by default and add an option to import it
|
2018-03-23 15:12:03 +01:00 |
|
dcodeIO
|
5323e64af9
|
Implement array functions with just an expression body
|
2018-03-19 01:22:19 +01:00 |
|
dcodeIO
|
7870e3ac18
|
Generic function type aliases
|
2018-03-12 17:44:09 +01:00 |
|
Daniel Wirtz
|
423533c6b0
|
Implement function types / indirect calls / trampolines (#39)
|
2018-03-12 14:06:39 +01:00 |
|
dcodeIO
|
f754b24819
|
Fix asc bundle with webpack 4, see #36; Function expression progress
|
2018-03-03 18:38:38 +01:00 |
|
dcodeIO
|
d4c00eaba3
|
Revised implicit type conversions; Initial function expression compilation
|
2018-02-28 01:48:01 +01:00 |
|