circu.js
    Preparing search index...

    Interface GlobalImportDescriptor

    interface GlobalImportDescriptor {
        module: string;
        mutable: boolean;
        name: string;
        type: "i32" | "i64" | "f32" | "f64";
        value: number | bigint;
    }
    Index

    Properties

    module: string
    mutable: boolean
    name: string
    type: "i32" | "i64" | "f32" | "f64"
    value: number | bigint