type alias WebAssembly.Imports
The import object supplied when instantiating a WebAssembly module, grouping imported values by module name.
Definition #
Record<string, ModuleImports> The import object supplied when instantiating a WebAssembly module, grouping imported values by module name.
Record<string, ModuleImports>