Closed
Description
I don't know how the project is running and if you guys need help with anything, but I've noticed that there is some features in TS/JS that we do not have in AssemblyScript like the JSON parser and stringify. Is there some special reason or it's just because no one implemented it yet? I mean, I've read on an issue that you guys don't want to implement Array.push because you don't want to deal with dynamic arrays, etc.
What would be the best approach: Create a PR adding the feature or create a separated lib like a pollyfill?
I'm trying to study the project to understand how could I help, so a contribution guide and a list of what is needed would be nice.