Implement AOT backend infrastructure with CLI integration
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
This commit is contained in:
@ -4,6 +4,8 @@
|
||||
|
||||
pub mod vm;
|
||||
pub mod wasm;
|
||||
pub mod aot;
|
||||
|
||||
pub use vm::{VM, VMError, VMValue};
|
||||
pub use wasm::{WasmBackend, WasmError};
|
||||
pub use wasm::{WasmBackend, WasmError};
|
||||
pub use aot::{AotBackend, AotError, AotConfig, AotStats};
|
||||
Reference in New Issue
Block a user