assemblyscript/std/assembly/rt/index-full.ts
2019-05-24 20:31:52 +02:00

4 lines
135 B
TypeScript

export { __alloc } from "rt/tlsf";
export { __retain, __release, __collect } from "rt/pure";
export { RTTI_BASE as __rtti } from "rt";