mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-17 08:51:34 +00:00
inherent acylic data structure detection
this will become useful for the pure collector eventually
This commit is contained in:
@ -72,7 +72,7 @@ export namespace runtime {
|
||||
return newObject(byteLength, __runtime_id<ArrayBuffer>());
|
||||
}
|
||||
|
||||
/** Allocates and registers a new `Array` of the specified kind using the given backing buffer.*/
|
||||
/** Allocates and registers a new `Array` of the specified kind using the given backing buffer. */
|
||||
// @ts-ignore: decorator
|
||||
@unsafe
|
||||
export function newArray(id: u32, buffer: usize): usize {
|
||||
|
Reference in New Issue
Block a user