mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-24 12:11:50 +00:00
unify mem/ref interface
This commit is contained in:
@ -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
|
||||
------
|
||||
|
Reference in New Issue
Block a user