Struct lunatic::Config[][src]

pub struct Config { /* fields omitted */ }
Expand description

Environment configuration

Implementations

Create a new configuration

Allow a host function namespace to be used by processes spawned with this configuration.

Namespaces can be exact function matches (e.g. lunatic::error::string_size) or just a prefix (e.g. lunatic::error::) matching all functions inside of the namespace.

An empty string (“”) is considered a prefix of all namespaces.

Add a WebAssembly module as a plugin to this configuration.

Trait Implementations

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.