• Stars
    star
    117
  • Rank 295,668 (Top 6 %)
  • Language
    Lua
  • License
    GNU General Publi...
  • Created almost 5 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Lua 5.1 bytecode interpreter, in Lua

FiOne

Pronounced like "Fiona" with an "e". This software aims to provide a decently fast and reliable way of executing Lua 5.1 bytecode under other Lua environments without the use of load or loadstring. For the purpose of anything from sandboxing to reimplementing arbitrary execution, this should serve your needs.

Note that only an interpreter is provided, and compiled code must be obtained from some external source.