MCPcopy
hub / github.com/GoogleChromeLabs/squoosh / ModuleOpts

Interface ModuleOpts

emscripten-wasm.d.ts:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 // Options object for modularized Emscripten files. Shoe-horned by @surma.
7 // FIXME: This an incomplete definition!
8 interface ModuleOpts {
9 noInitialRun?: boolean;
10 locateFile?: (url: string) => string;
11 onRuntimeInitialized?: () => void;
12 }
13
14 interface Module {
15 print(str: string): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected