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:
2828* Maël Nison <nison.mael@gmail.com>
2929* Valeria Viana Gusmao <valeria.viana.gusmao@gmail.com>
3030* Gabor Greif <ggreif@gmail.com>
31+ * Martin Fredriksson <martin.fredriksson@vikinganalytics.se>
3132
3233Portions of this software are derived from third-party works licensed under
3334the following terms:
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export interface ResultObject {
88
99/** WebAssembly imports with an optional env object and two levels of nesting. */
1010export type Imports = {
11- [ key : string ] : Record < string , unknown > ;
11+ [ key : string ] : Record < string , unknown > | undefined ;
1212 env ?: {
1313 memory ?: WebAssembly . Memory ;
1414 table ?: WebAssembly . Table ;
You can’t perform that action at this time.
0 commit comments