assemblyscript/std/assembly/rt/index-stub.ts

3 lines
140 B
TypeScript
Raw Normal View History

2019-05-20 23:10:06 +02:00
export { __alloc, __realloc, __free, __retain, __release, __collect } from "rt/stub";
2019-05-12 13:50:28 +02:00
export { __instanceof, __typeinfo } from "rt/common";