wasm-posix-host
    Preparing search index...

    Interface ExecReplyMessage

    interface ExecReplyMessage {
        programBytes?: ArrayBuffer;
        type: "exec_reply";
        wasmBytes: ArrayBuffer;
    }
    Index

    Properties

    programBytes?: ArrayBuffer
    type: "exec_reply"
    wasmBytes: ArrayBuffer