UNPKG

@as-pect/assembly

Version:

Write AssemblyScript tests at blazing fast speeds

18 lines (17 loc) 478 B
/** Exported memory */ export declare const memory: WebAssembly.Memory; /** * assembly/internal/call/__call * @param func `() => void` */ export declare function __call(func: __Internref4): void; /** * assembly/internal/log/__ignoreLogs * @param value `bool` */ export declare function __ignoreLogs(value: boolean): void; /** ~lib/function/Function<%28%29=>void> */ declare class __Internref4 extends Number { private __nominal4: symbol; private __nominal0: symbol; }