Versions in this module Expand all Collapse all v0 v0.0.1 Jan 1, 2026 Changes in this version + type LState struct + func NewLuaState(luaScript string) (*LState, error) + func (l *LState) Run() (string, error)