easygood first issuehelp wanted
Repository metrics
- Stars
- (4,637 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
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
- Implement actual
mallocandfree - Write some tests