poorna2152 / nballerina

WebAssembly Backend for the nBallerina compiler
https://ballerina.io/
Apache License 2.0
4 stars 0 forks source link

Implement typed arrays and maps #46

Closed poorna2152 closed 2 years ago

poorna2152 commented 2 years ago

Could just store everything using the current implementation. (by converting elements in array or map to structs). Or introduce new types. This means need to introduce new functions as well.