mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-14 01:37:26 +00:00
Multithread AVIF PoC
This commit is contained in:
1
emscripten-wasm.d.ts
vendored
1
emscripten-wasm.d.ts
vendored
@@ -6,6 +6,7 @@ declare namespace EmscriptenWasm {
|
||||
// Options object for modularized Emscripten files. Shoe-horned by @surma.
|
||||
// FIXME: This an incomplete definition!
|
||||
interface ModuleOpts {
|
||||
mainScriptUrlOrBlob?: string;
|
||||
noInitialRun?: boolean;
|
||||
locateFile?: (url: string) => string;
|
||||
onRuntimeInitialized?: () => void;
|
||||
|
||||
Reference in New Issue
Block a user