- プラグインBox統一化によるC ABI活用案 - すべてのBoxをプラグイン化する提案 - 既存のBID-FFIシステムを再利用 - Gemini/Codex先生の技術的助言も統合 関連: Phase 10.x, 自己ホスティング計画
8 lines
139 B
Rust
8 lines
139 B
Rust
//! Lowering entry for JIT
|
|
pub mod core;
|
|
pub mod builder;
|
|
pub mod extern_thunks;
|
|
pub mod cfg_dot;
|
|
pub mod core_hostcall;
|
|
pub mod core_ops;
|