File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ under the licensing terms detailed in LICENSE:
28
28
* Maël Nison <nison.mael@gmail.com>
29
29
* Valeria Viana Gusmao <valeria.viana.gusmao@gmail.com>
30
30
* Gabor Greif <ggreif@gmail.com>
31
+ * Martin Fredriksson <martin.fredriksson@vikinganalytics.se>
31
32
32
33
Portions of this software are derived from third-party works licensed under
33
34
the following terms:
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export interface ResultObject {
8
8
9
9
/** WebAssembly imports with an optional env object and two levels of nesting. */
10
10
export type Imports = {
11
- [ key : string ] : Record < string , unknown > ;
11
+ [ key : string ] : Record < string , unknown > | undefined ;
12
12
env ?: {
13
13
memory ?: WebAssembly . Memory ;
14
14
table ?: WebAssembly . Table ;
You can’t perform that action at this time.
0 commit comments