dcode
a6896d7bc2
more loader updates
2019-05-24 20:31:52 +02:00
dcode
81c212b208
monkey-patch loader
2019-05-23 04:15:05 +02:00
kazuya kawaguchi
429435c5b1
Improve demangling of class methods when using the loader ( #363 )
2018-12-07 17:20:28 +01:00
dcodeIO
6f3209e6c6
Fix imported memory fallback and add common stdlib imports to loader
2018-11-11 10:44:09 +01:00
dcodeIO
4683599a82
Improve loader function table handling
2018-10-20 15:40:23 +02:00
Daniel Wirtz
f7c734789e
Update Binaryen to latest; Various fixes
2018-10-11 08:49:08 +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
98a0aa863d
Initial loader that unifies utils and demangle
2018-05-19 13:38:47 +02:00