Skip to content

spc476/LuaFunctionSerialize

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
  This is a quick-and-dirty proof-of-concept of serializing Lua 5.1
functions using CBOR.  The issue here is not only obtaining the bytecode
(via string.dump()) but also serializing the upvalues and environment (the
"global" space if it where) of the function.

  This is not meant for production.  This is for experimental purposes only.

  You have been warned.

  

About

Experiments in serializing Lua functions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages