aarzilli / golua

Go bindings for Lua C API - in progress
MIT License
645 stars 161 forks source link

how to get return value from lua? #101

Closed Feng0314 closed 3 years ago

aarzilli commented 3 years ago

See the official lua reference manual, in particular around stack manipulation and lua_call. https://www.lua.org/manual/5.1/manual.html