Files
assemblyscript/std/assembly/rt/index-stub.ts
2019-05-21 15:02:39 +02:00

3 lines
133 B
TypeScript

export { __alloc, __realloc, __free, __retain, __release, __collect } from "rt/stub";
export { __instanceof, __typeinfo } from "rt";