mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-26 23:42:15 +00:00
4 lines
168 B
TypeScript
4 lines
168 B
TypeScript
export { __alloc, __realloc, __free } from "rt/tlsf";
|
|
export { __retain, __release, __collect } from "rt/purerc";
|
|
export { __instanceof, __typeinfo } from "rt/common";
|