# Functions
NewGoja initializes the Goja engine runtime and sets builtin functions to the global scope.
# Interfaces
Engine defines a service which can run scripts.
# Type aliases
State holds a key-value definition of globally availabe variables in a runtime.