mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-18 17:31:29 +00:00
make it test again
This commit is contained in:
@ -12,6 +12,7 @@
|
||||
@inline export const HEADER_SIZE: usize = (offsetof<ManagedObject>() + AL_MASK) & ~AL_MASK;
|
||||
|
||||
import { AL_MASK, MAX_SIZE_32 } from "../internal/allocator";
|
||||
import { __rt_iterateroots } from "../builtins";
|
||||
|
||||
/** Collector states. */
|
||||
const enum State {
|
||||
|
Reference in New Issue
Block a user