2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-03-13 18:00:41 +00:00
Hilbish/moonlight/function.go
sammyette 4524c1451a
feat: add moonlight lua abstraction library
future plans: add the ability to use c lua
(or luajit) with hilbish

benefits? speed, i guess?
2024-07-19 16:54:15 -04:00

4 lines
80 B
Go

package moonlight
type GoToLuaFunc func(mlr *Runtime, c *GoCont) (Cont, error)