mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-23 19:51:47 +00:00
Implement reference counting (#592)
This commit is contained in:
3
std/assembly/heap.ts
Normal file
3
std/assembly/heap.ts
Normal file
@ -0,0 +1,3 @@
|
||||
// @ts-ignore: decorator
|
||||
@builtin
|
||||
export declare const __heap_base: usize;
|
Reference in New Issue
Block a user