← スキル一覧に戻る

webassembly-integration-patterns
by harborgrid-justin
premium legal management platform
⭐ 1🍴 0📅 2026年1月25日
SKILL.md
name: webassembly-integration-patterns description: Integrate high-performance Wasm modules into the React render cycle without blocking the main thread.
WebAssembly Integration Patterns
Summary
Integrate high-performance Wasm modules into the React render cycle without blocking the main thread.
Key Capabilities
- Bridge React state with Wasm linear memory.
- Async-load Wasm modules with Suspense boundaries.
- Offload heavy compute to Wasm workers with React hooks.
PhD-Level Challenges
- Manage memory lifecycle of Wasm instances in React components.
- Eliminate serialization overhead in the JS-Wasm bridge.
- Coordinate Wasm render loops with React Scheduler.
Acceptance Criteria
- Demonstrate valid interop between React UI and Wasm logic.
- Ensure no memory leaks upon component unmounting.
- Benchmark computation speedup vs JS equivalent.
スコア
総合スコア
40/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です