Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 381 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 381 Bytes

uv-ffi

Pure luajit-ffi bindings to libuv just for fun!

This is an experiment with using libuv directly from stock luajit.

Install deps

On a recent ubuntu (Tested on 19.04), simply run:

sudo apt install luajit libuv1-dev

There is no need for luvit, luvi, or even the luv rocks package.

Run the sample

Run the sample with luajit.

luajit test.lua