[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How to load buffer from C to the particular Lua namespace(table)
- From: "Wim Couwenberg" <w.couwenberg@...>
- Date: Wed, 24 Sep 2003 22:56:06 +0200
That's covered by the line:
>> /* add some data here ... */
See? :-D
You could simply install the minimal set that you need, or set up a
metamethod __index that falls back to the globals. Sandboxing comes at a
price...
--
Wim