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