Multithread AVIF PoC

This commit is contained in:
Ingvar Stepanyan
2020-09-23 12:58:23 +01:00
parent 42f9e4aed2
commit 4ca7971442
13 changed files with 164 additions and 98 deletions

View File

@@ -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;