ballercat/walt

Port simple heap for closure plugin

開放

#70 建立於 2018年1月28日

 (1 則留言) (0 個反應) (0 位負責人)JavaScript (119 個分叉)batch import
easygood first issuehelp wanted

倉庫指標

星標
 (4,631 顆星)
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

貢獻者指南