ballercat/walt

Port simple heap for closure plugin

Open

#70 aperta il 28 gen 2018

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)JavaScript (155 fork)batch import
easygood first issuehelp wanted

Metriche repository

Star
 (4637 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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 malloc and free
  • Write some tests

Guida contributor