package
0.0.0-20250211035330-73cac304b8dd
Repository: https://github.com/zenanet-network/go-zenanet.git
Documentation: pkg.go.dev

# Packages

Package deps contains the console JavaScript dependencies Go embedded.

# Functions

MakeCallback turns the given function into a function that's callable by JS.
New creates and initializes a new JavaScript runtime environment (JSRE).
SafeGet attempt to get the value associated to `key`, and catches the panic that goja creates if an error occurs in key.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Call is the argument type of Go functions which are callable from JS.
JSRE is a JS runtime environment embedding the goja interpreter.