ballercat/walt

Port simple heap for closure plugin

Open

#70 创建于 2018年1月28日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)JavaScript (155 fork)batch import
easygood first issuehelp wanted

仓库指标

Star
 (4,637 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南