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