local ffi = require("ffi")
ffi.cdef[[
int printf(const char *fmt, ...);
]]
ffi.C.printf("Hello %s!\n", "wiki")
Directory of Content
-
FFI Bindings - A list of available FFI bindings
-
NYI - Things which are likely to cause NYI aborts from traces
-
Testcases - Hints for reducing the size of test cases
-
Tracing - The LuaJIT tracing API
-
Bytecode - Bytecode reference
-
SSA IR - SSA IR reference
-
New Garbage Collector - Design of the new garbage collector for LuaJIT 2.1
-
Wishlist - Wishlist for the wiki
-
Test - Testing the wiki
-
FAQ - Frequently Asked Questions about the wiki