fix: aotモジュール公開とビルドエラー修正
This commit is contained in:
@ -3,3 +3,6 @@ pub mod mir;
|
||||
pub mod vm;
|
||||
pub mod llvm;
|
||||
pub mod bench;
|
||||
|
||||
#[cfg(feature = "cranelift-jit")]
|
||||
pub mod aot;
|
||||
|
||||
Reference in New Issue
Block a user