mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-21 02:31:41 +00:00
move runtime templates into stdlib for bundling with lib files
This commit is contained in:
4
std/assembly/runtime/default.ts
Normal file
4
std/assembly/runtime/default.ts
Normal file
@ -0,0 +1,4 @@
|
||||
import "allocator/tlsf";
|
||||
import "collector/itcm";
|
||||
|
||||
// export { memory, gc };
|
Reference in New Issue
Block a user