WebAssembly / WebAssembly/multibyte-array-access
Support loading/storing 8 bits
オープン
まだ誰も着手していません。
- 主要言語
- WebAssembly
- スター
- 4
- フォーク
- 1
- 平均マージ
- 16時間 35分
- マージ済み PR(30日)
- 1
説明
If we end up reusing the existing memory instructions and only allow i8 arrays there will be some overlap with the regular array instructions. e.g.
i32.store8 (type $i8_array) will effectively be the same as array.set
and likewise for loads
i32.load8_s (type $i8_array) will effectively be the same as array.get_s
i32.load8_u (type $i8_array) will effectively be the same as array.get_u
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、既存のメモリ命令と通常の配列命令の比較について issue を読んでください。ファイル、テスト、エントリーポイントは特定されていません。8 ビットの配列要素をロードおよび格納するための設計と必要な動作が定義されるまで、作業は完了しません。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- wasm
- 領域
- compilers
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100