You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking for some way to have some Go functions callable from within JS vm
Example: in yuin/gopher-lua
where they allow you to set a global in the lua vm, and then that func must push to the lua stack and return the number of items pushed