Consider implementing functionality similar to Luac, that is, Lua FunctionalProto dumps into a file through encoding/gob
Author: shixiawuhengCreated Mar 16, 2025Updated Mar 16, 2025
I found it in Lua There is a non-public field 'stringConstants' in the FunctionalProto structure, which prevents the use of encoding/gob caching to the file,I don't know if the developers have considered other dumping methods
Source: yuin/gopher-lua