Versions in this module Expand all Collapse all v0 v0.1.1 Feb 8, 2023 v0.1.0 Sep 18, 2022 Changes in this version + func Eval(path, code string) (string, error) + type Error = v8go.JSError + type VM struct + func Compile(path, code string) (*VM, error) + func Load() (*VM, error) + func (vm *VM) Close() + func (vm *VM) Eval(path, expr string) (string, error) + func (vm *VM) Script(path, code string) error + type Value = v8go.Value