circu.js
    Preparing search index...

    Interface GlobalInfo

    interface GlobalInfo {
        mutable: boolean;
        type: "unknown" | "i32" | "i64" | "f32" | "f64" | "funcref" | "externref";
    }
    Index

    Properties

    Properties

    mutable: boolean
    type: "unknown" | "i32" | "i64" | "f32" | "f64" | "funcref" | "externref"