Skip to content

probe-web / @probe-web/client / wire / SemihostingEvent

Type Alias: SemihostingEvent

ts
type SemihostingEvent = 
  | {
  Output: {
     stream: string;
     data: string;
  };
};

Defined in: wire.ts:760

probe-rs-rpc SemihostingEvent: semihosting topic.