Crate monitor_api

source ·
Expand description

This crate exists to break a circular dependency between twz-rt and monitor. We use extern symbols so that we can just call into the monitor without having to have it as an explicit dependency.

Modules

Structs

  • Shared data between the monitor and a compartment runtime. Written to by the monitor, and read-only from the compartment.
  • Information about a monitor-generated TLS template.

Functions