You can try some LuaJIT bindings in Go, 
like https://github.com/aarzilli/golua. This will link a static LuaJIT 
build with your Go program so that you do not need the external binary.

However, since cgo is involved, you have dependencies on libc and all 
LuaJIT dependencies then.

On Tuesday, November 8, 2016 at 9:38:48 AM UTC+8, ChrisLu wrote:
>
> Hi,
>
> I am working on a project to start a LuaJIT process from Go.
>
> My question is whether it is possible to bundle LuaJIT binary together 
> with Go executable?
>
> If having this, this would avoid the external dependency to install LuaJIT.
>
> Chris
> ------------------
> https://github.com/chrislusf/gleam
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to