luau-bytecode 0.732.0

Luau bytecode model, builder, serializer, and dumper
Documentation
1
2
3
4
5
mod io;
mod write;

pub(crate) use io::BytecodeWriter;
pub(crate) use write::{BytecodeFunctionWire, ClosureNameLookup};