Feature completeness of the Miden SDK, WIT support
- 主要語言
- Rust
- 星號
- 115
- 分支
- 84
- 平均合併
- 1 天 8 小時
- 30 天內合併 PR
- 15
描述
This is a tracking issue for the not yet implemented parts of the Miden SDK and WIT.
## Not yet implemented
In Miden SDK, we're missing Rust bindings with ABI transformations for:
- 7 Miden stdlib functions [#158](https://github.com/0xPolygonMiden/compiler/issues/158)
- 25 Miden tx kernel functions [#159](https://github.com/0xPolygonMiden/compiler/issues/159)
In WIT support, we're missing:
- 4 WIT types support (enum, option, result, flags) [#111](https://github.com/0xPolygonMiden/compiler/issues/111)
- Heap-allocated types in function signatures in WIT [#369](https://github.com/0xPolygonMiden/compiler/issues/369)
## No plans for implementation
- Floating-point types;
- WIT resource types.
貢獻指南
研究方向
This is a tracking issue listing multiple missing features across the Miden SDK and WIT support. Start by examining the linked issues (#158, #159, #111, #369) to understand the specific gaps in Rust bindings and WIT type support. The work involves implementing ABI transformations for stdlib and tx kernel functions, and adding support for complex WIT types like enums and heap-allocated types. Look at existing bindings in the codebase to understand the patterns, and review the Miden assembly output to ensure correctness.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- rust
- 領域
- compilers
- Issue 類型
- 功能
- 難度
- 5/5
- 預估耗時
- 一週以上
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 20/100