assemblyscript/std/assembly/rt/index-full.ts
2019-05-12 13:50:28 +02:00

4 lines
165 B
TypeScript

export { __alloc, __realloc, __free } from "./tlsf";
export { __retain, __release, __collect } from "./purerc";
export { __instanceof, __typeinfo } from "./common";