We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b0a7ae commit dad5addCopy full SHA for dad5add
NOTICE
@@ -28,6 +28,7 @@ under the licensing terms detailed in LICENSE:
28
* Maël Nison <nison.mael@gmail.com>
29
* Valeria Viana Gusmao <valeria.viana.gusmao@gmail.com>
30
* Gabor Greif <ggreif@gmail.com>
31
+* Martin Fredriksson <martin.fredriksson@vikinganalytics.se>
32
33
Portions of this software are derived from third-party works licensed under
34
the following terms:
lib/loader/index.d.ts
@@ -8,7 +8,7 @@ export interface ResultObject {
8
9
/** WebAssembly imports with an optional env object and two levels of nesting. */
10
export type Imports = {
11
- [key: string]: Record<string,unknown>;
+ [key: string]: Record<string,unknown> | undefined;
12
env?: {
13
memory?: WebAssembly.Memory;
14
table?: WebAssembly.Table;
0 commit comments