Interface ExecWasmExtensionReq

interface ExecWasmExtensionReq {
    Args: string[];
    Interactive: boolean;
    MemFS: { [key: string]: Buffer<ArrayBufferLike> };
    Name: string;
    Request?: commonpb.Request;
    TunnelID: string;
}

Properties

Args: string[]
Interactive: boolean
MemFS: { [key: string]: Buffer<ArrayBufferLike> }
Name: string
Request?: commonpb.Request
TunnelID: string

Bind to this tunnel