mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-21 18:51:43 +00:00
Initial new rt integration
This commit is contained in:
3
std/assembly/rt/index-full.ts
Normal file
3
std/assembly/rt/index-full.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export { __alloc, __realloc, __free } from "./tlsf";
|
||||
export { __retain, __release, __collect } from "./purerc";
|
||||
export { __instanceof, __typeinfo } from "./common";
|
Reference in New Issue
Block a user