1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-07-10 03:51:49 +00:00
Files
assemblyscript/std/assembly/rt/index-full.ts

4 lines
127 B
TypeScript
Raw Normal View History

2019-06-05 23:15:39 +02:00
export { __alloc } from "rt/tlsf";
export { __retain, __release, __collect } from "rt/pure";
export { __rtti_base } from "rt";