Categorygithub.com/vela-public/lua
repositorypackage
1.5.7
Repository: https://github.com/vela-public/lua.git
Documentation: pkg.go.dev

# Packages

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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Lua虚拟机

    
    // 创建虚拟机 
    co := lua.NewState()
    co.OpenLibs()
	co.dofile("test.lua")
    co.SetGlobal("a", 1)
	

参考

项目内核参照了以下项目: