luaur-code-gen 0.1.0

Native (A64/X64) code generation for Luau (Rust).
Documentation
1
2
3
4
5
#[cfg(all(target_arch = "aarch64", not(target_os = "windows")))]
pub const CODEGEN_TARGET_A64: bool = true;

#[cfg(not(all(target_arch = "aarch64", not(target_os = "windows"))))]
pub const CODEGEN_TARGET_A64: bool = false;