Skip to main content

Crate sc_virtualization

Crate sc_virtualization 

Source
Expand description

Host-side PolkaVM backend for the sp_virtualization host functions.

Provides the concrete VirtManager that drives polkavm to compile, instantiate and execute programs on behalf of the runtime. Register it with the externalities via sp_virtualization::VirtManagerExt::new.

Structsยง

VirtManager
Manages virtualization instances and their lifecycle.