ballercat/walt

Port simple heap for closure plugin

Open

#70 aberto em 28 de jan. de 2018

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (155 forks)batch import
easygood first issuehelp wanted

Métricas do repositório

Stars
 (4.637 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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 malloc and free
  • Write some tests

Guia do colaborador