Versions in this module Expand all Collapse all v1 v1.0.1 Jan 4, 2024 Changes in this version + func Compile(ctx context.Context, cache wazero.CompilationCache, blob []byte) error + func Run(ctx context.Context, cache wazero.CompilationCache, blob []byte, ...) error + type RequestModule struct + func NewRequestModule(r *http.Request) (*RequestModule, error) + func (r *RequestModule) Close(ctx context.Context) error + func (r *RequestModule) Instanciate(ctx context.Context, runtime wazero.Runtime) error + func (r *RequestModule) WriteResponse(w io.Writer) (int, error) + type RequestPlugin interface + Close func(context.Context) error + Instanciate func(context.Context, wazero.Runtime) error + WriteResponse func(io.Writer) (int, error)