hv1 verify: add direct route (env JSON) and clean inline path; fix v1 phi incoming order; make test_runner use hv1 direct; add phase2037 phi canaries; load modules.workspace exports for alias; update docs (phase-20.38, source extensions) and CURRENT_TASK

This commit is contained in:
nyash-codex
2025-11-04 16:33:04 +09:00
parent 5a1bb549a7
commit 30aa39f50b
270 changed files with 4320 additions and 758 deletions

View File

@ -107,7 +107,7 @@ MirInstruction::NewBox { dst, box_type, args } // Box生成
- ✅ **WASM CLI**: `./target/release/nyash --compile-wasm program.nyash` で動作
- ✅ **ブラウザテスト**: `wasm_demo/` ディレクトリに実行環境完備
- ✅ **Safepoint対応**: `src/backend/wasm/codegen.rs:line XX` で実装済み
- ✅ **実行ドキュメント**: `docs/execution-backends.md` で使用方法詳細化
- ✅ **実行ドキュメント**: `docs/reference/architecture/execution-backends.md` で使用方法詳細化
### AST→MIR制約への対応
現在AST→MIRは基本構文のみ対応ユーザー定義Box未対応。本Phaseでは

View File

@ -159,7 +159,7 @@ fn main() {
## 📖 References
- docs/予定/native-plan/copilot_issues.txtPhase 9詳細
- docs/予定/ai_conference_native_compilation_20250814.mdAI大会議決定
- docs/execution-backends.mdWASM基盤情報
- docs/reference/architecture/execution-backends.mdWASM基盤情報
- [wasmtime compile documentation](https://docs.wasmtime.dev/cli-cache.html)
---