package
0.30.0
Repository: https://github.com/ooni/probe-engine.git
Documentation: pkg.go.dev

# Functions

LoadExperiment loads the given experiment file and returns a new VM primed to execute the experiment several times for several inputs.
NewVM creates a new VM instance.
RunScript runs the given script using a transient VM.

# Structs

VM wraps the [*github.com/dop251/goja.Runtime].
VMConfig contains configuration for creating a VM.