mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
3bfb7580c5
Redbean Lua Server Pages may now be stored in the zip as byte code. This can improve performance, since redbean currently doesn't cache byte code but it might be more useful for anyone wanting to create a closed source redbean. The .lua extension should be used for byte code files. Lua will tell them apart based on a magic number at the start of the file. This change also improves some Lua error reporting conditions. See #97
2 lines
113 B
Lua
2 lines
113 B
Lua
Write('This Lua Server Page is stored in ZIP\r\n')
|
|
Write('as compressed byte code, see luac.com and net.mk\r\n')
|