ManagerType:
    | "local"
    | "node-subprocess"
    | "xsnap"
    | "xs-worker"

The type of worker for hosting a vat.

  • local: a Compartment in the SwingSet Node.js process
  • node-subprocess: a child process using the same Node.js executable (process.execPath)
  • xsnap or xs-worker: an @agoric/xsnap worker