ljs icon indicating copy to clipboard operation
ljs copied to clipboard

documentation on how to bind to a c 99 program?

Open Shadowblitz16 opened this issue 5 years ago • 1 comments

Is there documentation on how to bind to a c99 program?

Shadowblitz16 avatar Jun 14 '20 03:06 Shadowblitz16

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.

mingodad avatar Jun 14 '20 08:06 mingodad