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: statically import zstd glue so inline workers are self-contained
Inline workers (Vite ?worker&inline) run from blob: URLs, where the
runtime relative import("./wasm-zstd.js") cannot be resolved, breaking
consumers bundled with Next.js Turbopack ("Failed to resolve module
specifier './wasm-zstd-*.js'"). Import the Emscripten glue statically so
bundlers inline it into the worker chunk, making the worker fully
self-contained.
Bump to 1.1.2.
0 commit comments