[][src]Function wascc_host::host::add_actor

pub fn add_actor(actor: Actor) -> Result<()>

Adds an actor module to the runtime host. The identity of this module is determined by inspecting the claims embedded in the module's custom section as a JWT. The identity comes from the subject field on the embedded claims and is the primary key of the module identity.