Chathura Ekanayake

Results 3 comments of Chathura Ekanayake

Desugaring large text data into strings may fail the compiler. I experienced such compilation failures when very large text values (i.e. encoded EDI mappings) are assigned to strings as constants....

The problem with io:fileReadString(...) is that it cannot read resources from imported libraries. In my case, for a given collection of EDI mappings, I want to pack EDI mapping json...

I was thinking something like keeping the bytes of resources in the output binary file, but load those into (output program's) memory at runtime only when a resource is referred.