assemblyscript/std/assembly/rt/index-full.ts
dcode f73d807d5a rt hooks all over the place
still some work to do on optimizing away retain/release calls, but this looks promising
2019-05-15 21:17:41 +02:00

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";