package
0.15.3-beta1
Repository: https://github.com/suborbital/reactr.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author
NewEnvironment creates a new environment with a pool of available wasmInstances.
NewHostFn creates a new host function.
UseInternalLogger sets the logger to be used log internal wasm runtime messages.

# Variables

No description provided by the author

# Structs

HostFn describes a host function callable from within a Runnable module.
WasmEnvironment is an environment in which Wasm instances run.
WasmInstance is an instance of a Wasm runtime.

# Interfaces

RuntimeBuilder is a factory-style interface that can build Wasm runtimes.
RuntimeInstance is an interface that wraps various underlying Wasm runtimes like Wasmer, Wasmtime.