Versions in this module Expand all Collapse all v0 v0.8.1 Aug 7, 2026 v0.8.0 Aug 7, 2026 Changes in this version + type Engine int + const Goja + const Native + type JSObject interface + type JSRunner interface + Engine func() Engine + MustGet func(string) (JSValue, error) + NewObject func() JSObject + RunString func(code string) (JSValue, error) + Set func(name string, value interface{}) error + WaitPromise func(ctx context.Context, val JSValue) (interface{}, error) + func NewJSRunner() JSRunner + type JSValue interface + Export func() interface{} + String func() string