Revert "Enable address sanitizer"

This reverts commit d89e846896.
This commit is contained in:
Surma
2020-08-11 18:41:42 +01:00
parent d89e846896
commit 3745a3fff1
11 changed files with 185 additions and 16735 deletions

View File

@@ -1,6 +1,5 @@
interface AVIFModule extends EmscriptenWasm.Module {
decode(data: BufferSource): ImageData | null;
doLeakCheck(): void;
}
export default function(opts: EmscriptenWasm.ModuleOpts): AVIFModule;