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

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

    The descriptor object for an export from a WebAssembly.Module.

    interface ModuleExportDescriptor {
        kind: ImportExportKind;
        name: string;
    }
    Index

    Properties

    Properties

    kind: ImportExportKind

    描述的导出的种类。

    The kind of the described export.

    name: string

    导出的名称。

    The name of the export.