Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Bundle ¶
type Bundle struct {
Directive *directive.Directive
Runnables []WasmModuleRef
// contains filtered or unexported fields
}
Bundle represents a Runnable bundle
type WasmModuleRef ¶
WasmModuleRef is a reference to a Wasm module (either its filepath or its bytes)
func (*WasmModuleRef) ModuleBytes ¶
func (w *WasmModuleRef) ModuleBytes() ([]byte, error)
ModuleBytes returns the bytes for the module
Click to show internal directories.
Click to hide internal directories.