🚀 MIR Stage 1 Basic Infrastructure Complete - 20 Instructions + SSA + Effects

Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-08-12 11:33:48 +00:00
parent a515bbd7c7
commit 774e0bb241
12 changed files with 3334 additions and 7 deletions

View File

@ -32,6 +32,9 @@ pub mod value;
pub mod messaging;
pub mod transport;
// 🚀 MIR (Mid-level Intermediate Representation) Infrastructure (NEW!)
pub mod mir;
#[cfg(target_arch = "wasm32")]
pub mod wasm_test;