Commit 19ba5f2
feat(🧪): add WebGPU CTS integration for React Native
Add support for running the WebGPU Conformance Test Suite in React Native:
- Add sync-cts.sh script to copy and adapt CTS files for Metro bundler
- Add CTSScreen component with UI for running tests
- Add .gitignore entry for CTS source files (should be synced locally)
- Add README with setup instructions
Note: CTS source files are not committed. Run scripts/sync-cts.sh to
copy them from a local clone of the WebGPU CTS repository.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 7c5239c commit 19ba5f2
8 files changed
Lines changed: 1086 additions & 0 deletions
File tree
- apps/example
- scripts
- src
- CTSScreen
- webgpu-cts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments