luaur-code-gen 0.1.3

Native (A64/X64) code generation for Luau (Rust).
Documentation
1
2
3
4
5
#[cfg(any(target_arch = "x86_64", target_arch = "x86"))]
pub const CODEGEN_TARGET_X64: bool = true;

#[cfg(not(any(target_arch = "x86_64", target_arch = "x86")))]
pub const CODEGEN_TARGET_X64: bool = false;