Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 243 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 243 Bytes

luabindings

sample lua bindings from c and c++

host.cpp - c++ host sample host.c - c host sample guest.lua - lua embedded code

dependencies:

sudo yum install lua lua-devel

compile:

make

run:

./chost ./guest.lua