Re: Survey of lua sandboxes?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Survey of lua sandboxes?
 
- From: Luiz Henrique de Figueiredo <lhf@...>
 
- Date: 2011年12月30日 16:20:03 -0200
 
> It's a pity there's no way to easily distinguish between bytecode and
> source code (or specify which is acceptable) in lua_load() and/or
> load() in the vanilla API.
Lua 5.2 allows you to specify which is acceptable.