/sandbox

Small library for running Lua code in a sandbox

Primary LanguageLuaMIT LicenseMIT

sandbox

Small library for running Lua code in a sandbox.

Loads each chunk in a separate environment with a restricted subset of the Lua library. Pure Lua implementation. It doesn't implement memory/execution time restrictions.