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(wasm): guard invoke_planar_ycbcr_u8 cwrap against stale WASM cache
cwrap for the new export was unconditional, so a stale CDN-cached WASM
binary without the export would crash _malloc during module init.
Guard with M['_invoke_decoder_planar_ycbcr_u8'] existence check and
fall back to invoke_planar_u8 (with CPU MCT) when unavailable.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments