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(es): Don't panic when wasm bytecheck faild (#9803)
**Description:**
Currently when wasm plugin is not compatible with swc version it will panic which cause it hard to report useful error info from caller except use catch_unwind. change the behavior to not panic and let the user to decide error handling
0 commit comments