luac
v0.0.1
Published
Binding of Luac 5.3.3 (Lua 5.3.3 compiler) for NodeJS
Downloads
9
Readme
node-luac
Binding of Luac 5.3.3 (Lua 5.3.3 compiler) for NodeJS
Install
npm install luac
Usage
luac.buildToFileSync(inputFile, outputFile)
Build inputFile to outputFile synchronously
TODO
- write to Buffer
- write asynchronously
- write using Stream