WebWasmWebAssembly.ModuleImportDescriptorinterface WebAssembly.ModuleImportDescriptorA ModuleImportDescriptor is the description of a declared import in a WebAssembly.Module. Properties ##kind: ImportExportKind The kind of entity being imported. #module: string The name of the module the entity is imported from. #name: string The name of the imported entity within its module.
interface WebAssembly.ModuleImportDescriptorA ModuleImportDescriptor is the description of a declared import in a WebAssembly.Module. Properties ##kind: ImportExportKind The kind of entity being imported. #module: string The name of the module the entity is imported from. #name: string The name of the imported entity within its module.