jmckaskill / luaffi

Standalone FFI library for calling C functions from lua. Compatible with the luajit FFI interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support PNaCl

TurkeyMan opened this issue · comments

PNaCl is an important target where LuaJIT is not supported.

commented

I am not sure this means much at this point but PNaCl has been deprecated in favor of WebAssembly since May 30, 2017:

It is scheduled for complete end of support June 2022:

Since this is based on DynASM from LuaJIT, I doubt support for WebAssembly will come any time soon unless LuaJIT adds support for such a target (which seems unlikely).