package
0.3.1
Repository: https://github.com/obowersa/wfwiki.git
Documentation: pkg.go.dev

# Variables

LuaMachine is a global var which points to our VM structTODO: Replace the need for this with a channel and pool.

# Structs

VM has a single State field which holds a pointer to our lua VM stateTODO: Implement VM pool to save on memory consumption.