unify mem/ref interface

This commit is contained in:
dcode
2019-03-27 17:21:52 +01:00
parent a3095478a3
commit e36722f2e6
66 changed files with 3501 additions and 3490 deletions

View File

@ -1,7 +1,7 @@
Garbage collector interface
===========================
A garbage collector for AssemblyScript must implement the common and either of the tracing or reference counting interfaces.
A garbage collector for AssemblyScript must implement the following common and either the tracing or reference counting interfaces:
Common
------