Phase 12: add wasm_v2 scaffold (unified vtable slots), expand host by-slot (Map/String), STRICT extern diagnostics, identical-exec console.log test, and CLAUDE_WASM_TASK handoff
This commit is contained in:
@ -20,6 +20,8 @@ pub mod mir_interpreter; // Lightweight MIR interpreter
|
||||
pub mod wasm;
|
||||
#[cfg(feature = "wasm-backend")]
|
||||
pub mod aot;
|
||||
#[cfg(feature = "wasm-backend")]
|
||||
pub mod wasm_v2;
|
||||
|
||||
#[cfg(feature = "llvm")]
|
||||
pub mod llvm;
|
||||
|
||||
Reference in New Issue
Block a user