navio-blsct
    Preparing search index...

    Interface WasmPtrWrapper

    Wrapper type for WASM pointers (browser only). In native builds, pointers are NAPI objects, not numbers.

    interface WasmPtrWrapper {
        "[WASM_PTR_SYMBOL]": true;
        ptr: number;
    }
    Index

    Properties

    "[WASM_PTR_SYMBOL]": true
    ptr: number