mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-22 19:21:47 +00:00
Implement reference counting (#592)
This commit is contained in:
3
std/assembly/rt/index-full.ts
Normal file
3
std/assembly/rt/index-full.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export { __alloc } from "rt/tlsf";
|
||||
export { __retain, __release, __collect } from "rt/pure";
|
||||
export { __rtti_base } from "rt";
|
Reference in New Issue
Block a user