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
- Add Node.js-specific WASM initialization to handle file:// URL limitation
- Node.js fetch() cannot load file:// URLs, but Bun can
- Solution: Use fs.readFileSync() to load WASM file in Node.js
- Both Node.js and Bun now work correctly with the metadata inspector
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments