luaur-vm 0.1.3

The Luau register virtual machine and standard library (Rust).
Documentation
1
2
3
4
5
#[cfg(all(target_arch = "x86_64", target_feature = "sse4.1"))]
pub const LUAU_TARGET_SSE41: bool = true;

#[cfg(not(all(target_arch = "x86_64", target_feature = "sse4.1")))]
pub const LUAU_TARGET_SSE41: bool = false;