17 Commits

Author SHA1 Message Date
dcode
72e519885d Fix invalid flow switch when inlining optional arguments into a call, see #632 2019-06-05 19:29:44 +02:00
dcode
eaea26b7ae Remove the start decorator in favor of a command line option 2019-06-05 18:52:04 +02:00
dcode
968192f99b array is an abv, views 2019-05-25 14:40:13 +02:00
dcode
6d6ed710e5 more docs 2019-05-25 01:38:59 +02:00
dcode
c34ed66fd9 support normal arrays 2019-05-25 01:14:26 +02:00
dcode
9620f18249 more loader work 2019-05-25 00:38:50 +02:00
dcode
a6896d7bc2 more loader updates 2019-05-24 20:31:52 +02:00
kazuya kawaguchi
2ec89ee669 Add typings for second argment of demangle (#385) 2019-01-09 13:18:17 +01:00
dcodeIO
2ecec660d2 Mention exporting memory utilities more prominently in loader readme, fixes #318 2018-11-08 11:54:36 +01:00
dcodeIO
4683599a82 Improve loader function table handling 2018-10-20 15:40:23 +02:00
dcodeIO
b54a97c0fe Fix a typo and a signature in loader README 2018-10-11 08:22:20 +02:00
dcodeIO
9c770d801e Add initial newArray and getArray helpers to loader
Essentially creates an unmanaged typed array in memory that one can work with and free again respectively obtain from the AS side. No support for GC or generic arrays yet, and is likely to change substentially once WASM GC becomes a thing.
2018-09-18 15:17:44 +02:00
Daniel Wirtz
dc0f271fc2
Initial GC integration (#196) 2018-08-02 18:23:02 +02:00
dcodeIO
e18165bbbc Remove chalk dependency and replace it with something simpler, fixes #138 2018-06-12 18:34:39 +02:00
dcodeIO
f2eb64c0fd Add conditional BigInt support to loader & minor README fixes 2018-06-11 15:18:13 +02:00
dcodeIO
e049e72171 Fix a few issues with TSD generation; Update Binaryen 2018-05-21 10:31:00 +02:00
dcodeIO
98a0aa863d Initial loader that unifies utils and demangle 2018-05-19 13:38:47 +02:00