Versions in this module Expand all Collapse all v0 v0.15.2 Oct 5, 2022 Changes in this version + type Engine struct + func New() *Engine + func NewWithAPI(api api.HostAPI) *Engine + func (e *Engine) Register(name string, ref *moduleref.WasmModuleRef, opts ...scheduler.Option) scheduler.JobFunc + func (e *Engine) RegisterFromFile(name, filename string, opts ...scheduler.Option) (scheduler.JobFunc, error)