diff --git a/NOTICE b/NOTICE index 4f822817e5..e43810f24e 100644 --- a/NOTICE +++ b/NOTICE @@ -28,6 +28,7 @@ under the licensing terms detailed in LICENSE: * Maƫl Nison * Valeria Viana Gusmao * Gabor Greif +* Martin Fredriksson Portions of this software are derived from third-party works licensed under the following terms: diff --git a/lib/loader/index.d.ts b/lib/loader/index.d.ts index bc6854277a..21a8fdb4be 100644 --- a/lib/loader/index.d.ts +++ b/lib/loader/index.d.ts @@ -8,7 +8,7 @@ export interface ResultObject { /** WebAssembly imports with an optional env object and two levels of nesting. */ export type Imports = { - [key: string]: Record; + [key: string]: Record | undefined; env?: { memory?: WebAssembly.Memory; table?: WebAssembly.Table;