Logo
Explore Help
Register Sign In
tomoaki/hakorune
1
0
Fork 0
You've already forked hakorune
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
f4988985a79c20c334c7cfc96e25c1298c2bf5af
hakorune/src/backend/mod.rs

11 lines
239 B
Rust
Raw Normal View History

Implement Phase 1: MIR + VM backend with golden tests Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-13 05:59:10 +00:00
/*!
* Backend module - Different execution backends for MIR
*/
pub mod vm;
Phase 8.1 Complete: WASM backend foundation implementation Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-13 13:05:49 +00:00
pub mod wasm;
Implement AOT backend infrastructure with CLI integration Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-14 04:38:20 +00:00
pub mod aot;
Implement Phase 1: MIR + VM backend with golden tests Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-13 05:59:10 +00:00
Phase 8.1 Complete: WASM backend foundation implementation Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-13 13:05:49 +00:00
pub use vm::{VM, VMError, VMValue};
Implement AOT backend infrastructure with CLI integration Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-14 04:38:20 +00:00
pub use wasm::{WasmBackend, WasmError};
pub use aot::{AotBackend, AotError, AotConfig, AotStats};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 26ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API