circu.js
    Preparing search index...

    Interface ImportFunctionDescriptor

    interface ImportFunctionDescriptor {
        func: (...args: WasmValue[]) => void | WasmValue;
        module: string;
        name: string;
    }
    Index

    Properties

    Properties

    func: (...args: WasmValue[]) => void | WasmValue
    module: string
    name: string