Module runtime

Source

Re-exports§

pub use self::task_manager::SpawnType;
pub use self::task_manager::VirtualTaskManager;

Modules§

module_cache
Cache pre-compiled wasmer::Modules.
package_loader
resolver
task_manager

Structs§

DefaultTty
OverriddenRuntime
Runtime that allows for certain things to be overridden such as the active journals
PluggableRuntime

Enums§

ModuleInput
The input to load a module.
TaintReason

Traits§

Runtime
Runtime components used when running WebAssembly programs.

Functions§

load_module
Load a a Webassembly module, trying to use a pre-compiled version if possible.

Type Aliases§

DynRuntime