Modules

Macros

Structs

This struct contains parameters that would be accessible by Wasm modules.

The context of the currently running WebAssembly instance.

Describes the behaviour of FluenceFaaS.

Represent a function type inside Marine module.

Various settings that could be used to guide Marine how to load a module in a proper way.

Represent Marine module interface.

Represents the function argument type.

Represents a record type.

Info to load a module from filesystem into runtime.

Contains module name and a size of its linear memory in bytes. Please note that linear memory contains not only heap, but globals, shadow stack and so on. Although it doesn’t contain operand stack, additional runtime (Wasmer) structures, and some other stuff, that should be count separately.

Describes an origin that set corresponding value.

Enums

Represents the types supported by WIT.

A WIT value.

Functions

Deserialize a set of IValues to a type T that implements the Deserialize trait.

Converts the supplied IType to a Aqua0compatible text representation.

Serialize a type T that implements the Serialize trait to an IValue.

Type Definitions