//
pkg.gl
Category
github.com/obowersa/wfwiki
internal
lua
package
0.3.1
Repository:
https://github.com/obowersa/wfwiki.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
1
Files
150 SLOC
#
Variables
LuaMachine
LuaMachine is a global var which points to our VM structTODO: Replace the need for this with a channel and pool.
#
Structs
VM
VM has a single State field which holds a pointer to our lua VM stateTODO: Implement VM pool to save on memory consumption.