MCPcopy
hub / github.com/rollup/rollup / InitOutput

Interface InitOutput

wasm/bindings_wasm.d.ts:14–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12export type InitInput = RequestInfo | URL | Response | BufferSource | WebAssembly.Module;
13
14export interface InitOutput {
15 readonly memory: WebAssembly.Memory;
16 readonly parse: (a: number, b: number, c: number, d: number, e: number) => void;
17 readonly xxhashBase64Url: (a: number, b: number) => void;
18 readonly xxhashBase36: (a: number, b: number) => void;
19 readonly xxhashBase16: (a: number, b: number) => void;
20 readonly __wbindgen_export: (a: number, b: number, c: number) => void;
21 readonly __wbindgen_export2: (a: number, b: number) => number;
22 readonly __wbindgen_export3: (a: number, b: number, c: number, d: number) => number;
23 readonly __wbindgen_add_to_stack_pointer: (a: number) => number;
24}
25
26export type SyncInitInput = BufferSource | WebAssembly.Module;
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…