--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lua/luadyncall/test/test_dynport_cmath.lua Thu Mar 19 22:26:28 2015 +0100 @@ -0,0 +1,5 @@ +require"dynport" +local cmath = dynportImport("cmath", { }) +print(cmath) +print( cmath.sqrt(144) ) +