You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(website): fix WASM loading race condition and format parsing
Two bugs prevented the playground from working:
1. Race condition: go.run() is async but code immediately tried to
use registered functions. Now polls for gosqlxParse availability.
2. Format function returns raw SQL string, not JSON. callAndParse
now falls back to returning raw string if JSON.parse fails.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments