mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-12 06:21:29 +00:00
More stdlib setup
This commit is contained in:
3
std/portable/heap.d.ts
vendored
3
std/portable/heap.d.ts
vendored
@ -15,4 +15,7 @@ declare class Heap {
|
||||
|
||||
/** Gets the size of the heap, in bytes. */
|
||||
static readonly size: usize;
|
||||
|
||||
/** Copies a chunk of memory from one location to another. */
|
||||
static copy(dest: usize, src: usize, n: usize): usize;
|
||||
}
|
||||
|
Reference in New Issue
Block a user