gespenst API - v0.1.0
    Preparing search index...

    Interface WasmerAddonReady

    Result produced after a WasmerAddon attaches a shell to a terminal.

    interface WasmerAddonReady {
        connection: TerminalConnection;
        session: WasmerShellSession;
    }
    Index
    connection: TerminalConnection

    Active native terminal transport connection.

    Managed Wasmer process session.