-
-
Notifications
You must be signed in to change notification settings - Fork 16
Memory grow #170
Copy link
Copy link
Open
Labels
codegenBytecode emittingBytecode emittingmemory managementRelated to how memory is tracked and manipulatedRelated to how memory is tracked and manipulated
Metadata
Metadata
Assignees
Labels
codegenBytecode emittingBytecode emittingmemory managementRelated to how memory is tracked and manipulatedRelated to how memory is tracked and manipulated
Currently, memory is capped at 1 Page (64KB, Non-Growable)
maximum: Some(1)preventsmemory.grow. Sufficient for current arrays but will need expansion for heap allocation or large programs.