You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Built-in closure plugin doesn't manage memory for closures. I wrote a basic simple-heap in JavaScript a long time ago for emulated malloc/free calls. It should be trivial to port it to a walt file.
Acceptance Criteria
Implement actual malloc and free
Write some tests
The text was updated successfully, but these errors were encountered:
Goal
Stabilize closure plugin.
Overview
Built-in closure plugin doesn't manage memory for closures. I wrote a basic simple-heap in JavaScript a long time ago for emulated
malloc/free
calls. It should be trivial to port it to a walt file.Acceptance Criteria
malloc
andfree
The text was updated successfully, but these errors were encountered: