fix: aotモジュール公開とビルドエラー修正

This commit is contained in:
Selfhosting Dev
2025-09-16 04:13:33 +09:00
parent 40db299bab
commit edd95406aa
2 changed files with 4 additions and 2 deletions

View File

@ -3,3 +3,6 @@ pub mod mir;
pub mod vm;
pub mod llvm;
pub mod bench;
#[cfg(feature = "cranelift-jit")]
pub mod aot;