luaur-vm 0.1.1

The Luau register virtual machine and standard library (Rust).
Documentation
1
2
3
4
5
6
//! Node: `cxx:Function:Luau.VM:VM/src/ldo.cpp:64:lua_d_throw`
//! Source: `VM/src/ldo.cpp` (ldo.cpp:64-77 is the LUA_USE_LONGJMP flavor; this build
//! uses the C++-exceptions flavor — one canonical Rust implementation)

#[allow(unused_imports)]
pub use crate::functions::lua_d_throw_ldo::{luaD_throw, lua_d_throw};