package
0.0.0-20240224184043-606539190938
Repository: https://github.com/pascal-0x90/gscript.git
Documentation: pkg.go.dev
# Functions
HijackConsoleLogging intercepts the javascript runtimes console logging functions (i.e.
New returns a new genesis virtual machine with the given parameters (does not run, just returns the container object).
# Structs
Engine defines the virtual machine type for the genesis scripting engine.
NativeConst defines a golang const declared within a given library.
NativeField expresses a struct field within a Go native type within the engine.
NativeFunc defines a golang library function that is callable from within the genesis VM.
NativePackage defines a golang library that is being imported into the genesis VM.
NativeType expresses a native Golang type definition that can be used within the engine.
NativeVar defines a golang top level var declaration within a given library.
ParamDef defines basic information about either an argument or return value for NativeFunc.