|
>However, I link luac statically. It uses only a reduced part of the >core, so its size is not too big. Actually, luac now uses the whole core plus lauxlib. The differerence in size between lua and luac is that lua also uses the standard libraries. --lhf