//
pkg.gl
Category
github.com/ooni/probe-engine
pkg
x
dsljavascript
package
0.30.0
Repository:
https://github.com/ooni/probe-engine.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
14
Dependents
1
Files
276 SLOC
#
Functions
LoadExperiment
LoadExperiment loads the given experiment file and returns a new VM primed to execute the experiment several times for several inputs.
NewVM
NewVM creates a new VM instance.
RunScript
RunScript runs the given script using a transient VM.
#
Structs
VM
VM wraps the [*github.com/dop251/goja.Runtime].
VMConfig
VMConfig contains configuration for creating a VM.