Fix outdated CLAUDE.md WASM audio entry; update triage notes
CLAUDE.md had Audio as Stubbed for the SDL2/WASM build, but SDL2_mixer is fully wired up via -sUSE_SDL_MIXER=2. Update table to reflect current state (discovered during blog draft review). Also commits previously-staged triage completion notes in docs/ISSUE_TRIAGE_2026-04.md. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e42159608f
commit
70434fd1ee
2 changed files with 36 additions and 1 deletions
|
|
@ -349,7 +349,7 @@ When developing features that must work in WebGL:
|
|||
|
||||
| Feature | Desktop (SFML) | Web (SDL2) | Notes |
|
||||
|---------|----------------|------------|-------|
|
||||
| Audio | ✅ Full | ❌ Stubbed | SoundBuffer/Sound/Music do nothing |
|
||||
| Audio | ✅ Full | ✅ Full | SDL2_mixer via `-sUSE_SDL_MIXER=2`; SoundBuffer/Sound/Music work |
|
||||
| ImGui console | ✅ Full | ❌ Disabled | Debug overlay unavailable |
|
||||
| Dynamic assets | ✅ Filesystem | ❌ Preloaded | All assets bundled at build time |
|
||||
| Threading | ✅ Full | ⚠️ Limited | Single-threaded JS execution |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue