ballercat/walt

Port simple heap for closure plugin

Open

#70 ouverte le 28 janv. 2018

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)JavaScript (155 forks)batch import
easygood first issuehelp wanted

Métriques du dépôt

Stars
 (4 637 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

Guide contributeur