Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FileFunc ¶ added in v0.9.0
FileFunc is a function that returns the contents of a requested file
type HostFn ¶
type HostFn struct {
// contains filtered or unexported fields
}
HostFn describes a host function callable from within a Runnable module
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
Runner represents a wasm-based runnable
func NewRunnerWithRef ¶ added in v0.9.0
func NewRunnerWithRef(ref *moduleref.WasmModuleRef, staticFileFunc FileFunc) *Runner
Source Files
¶
Click to show internal directories.
Click to hide internal directories.