mirror of
https://github.com/Hilbis/Hilbish
synced 2025-03-13 18:00:41 +00:00
future plans: add the ability to use c lua (or luajit) with hilbish benefits? speed, i guess?
4 lines
80 B
Go
4 lines
80 B
Go
package moonlight
|
|
|
|
type GoToLuaFunc func(mlr *Runtime, c *GoCont) (Cont, error)
|