Multithread AVIF PoC

This commit is contained in:
Ingvar Stepanyan
2020-09-23 12:58:23 +01:00
committed by Ingvar Stepanyan
parent 63ac34a662
commit 685558847f
18 changed files with 527 additions and 226 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;