wasm-posix-host
    Preparing search index...

    Interface WorkerReadyMessage

    interface WorkerReadyMessage {
        pid: number;
        type: "ready";
    }
    Index

    Properties

    Properties

    pid: number
    type: "ready"