circu.js
    Preparing search index...

    Interface ModuleImportDescriptor

    interface ModuleImportDescriptor {
        kind: "function" | "table" | "memory" | "global";
        module: string;
        name: string;
    }
    Index

    Properties

    Properties

    kind: "function" | "table" | "memory" | "global"
    module: string
    name: string