package
0.0.0-20220820134905-666a20ff9307
Repository: https://github.com/entropyio/go-entropy.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

MakeCallback turns the given function into a function that's callable by JS.
runtime must be stopped with Stop() after use and cannot be used after stopping.
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.