Skip to main content

interface WebAssembly.ModuleImportDescriptor

A ModuleImportDescriptor is the description of a declared import in a WebAssembly.Module.

Properties #

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.

Did you find what you needed?

Privacy policy