luaur-vm 0.1.3

The Luau register virtual machine and standard library (Rust).
Documentation
1
2
3
4
5
use crate::records::lua_state::lua_State;

pub unsafe fn lua_mainthread(l: *mut lua_State) -> *mut lua_State {
    (*(*l).global).mainthread
}