luaur-vm 0.1.3

The Luau register virtual machine and standard library (Rust).
Documentation
1
2
3
// LUAI_MAXCCALLS is the maximum depth for nested C calls; this mirrors
// VM/include/luaconf.h.
pub const LUAI_MAXCCALLS: i32 = 200;