ballercat/walt

Port simple heap for closure plugin

Open

#70 geöffnet am 28. Jan. 2018

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (4.637 Stars) (155 Forks)batch import
easygood first issuehelp wanted

Beschreibung

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

Contributor Guide