ljs
ljs copied to clipboard
documentation on how to bind to a c 99 program?
Is there documentation on how to bind to a c99 program?
It's identical to lua, any lua existing extension should be usable by ljs without any modification, except if the extension has hardcoded ".lua" extensions or Lua code strings evaluated at runtime. Any documentation for Lua should also apply to ljs.