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:
@ -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では:
|
||||
|
||||
@ -159,7 +159,7 @@ fn main() {
|
||||
## 📖 References
|
||||
- docs/予定/native-plan/copilot_issues.txt(Phase 9詳細)
|
||||
- docs/予定/ai_conference_native_compilation_20250814.md(AI大会議決定)
|
||||
- docs/execution-backends.md(WASM基盤情報)
|
||||
- docs/reference/architecture/execution-backends.md(WASM基盤情報)
|
||||
- [wasmtime compile documentation](https://docs.wasmtime.dev/cli-cache.html)
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user