# Functions
ExecuteProgram executes a compiled program with the default options.
Init initializes the javascript protocol.
Internal purposes i.e generating bindings.
New creates a new compiler for the goja runtime.
NewExecuteArgs returns a new execute arguments.
No description provided by the author
Wraps a script in a function and compiles it.
# Variables
Per Execution Javascript timeout in seconds.
No description provided by the author
No description provided by the author
# Structs
Compiler provides a runtime to execute goja runtime based javascript scripts efficiently while also providing them access to custom modules defined in libs/.
ExecuteArgs is the arguments to pass to the script.
ExecuteOptions provides options for executing a script.
# Type aliases
ExecuteResult is the result of executing a script.