Module lunatic_runtime::api::process[][src]

Modules

api

Structs

EXECUTOR
Error
Process

A lunatic process represents an actor.

ProcessEnvironment

This structure is captured inside HOST function closures passed to Wasmtime’s Linker. It allows us to expose Lunatic runtime functionalities inside host functions, like async yields or Instance memory access.

Enums

FunctionLookup

Used to look up a function by name or table index inside of an Instance.

MemoryChoice

For now we always create a new memory per instance, but eventually we will want to support sharing memories between instances.