神岛 API 文档 - ArenaPro版
    Preparing search index...

    WebAssembly.Module 导入的描述符对象。

    The descriptor object for an import to a WebAssembly.Module.

    interface ModuleImportDescriptor {
        kind: ImportExportKind;
        module: string;
        name: string;
    }
    Index

    Properties

    Properties

    kind: ImportExportKind

    描述的导入的种类。

    The kind of the described import.

    module: string

    从中导入的模块说明符。

    The module specifier from which to import.

    name: string

    正在导入的名称。

    The name being imported.