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
Uncaught (in promise) Error: Dynamic require of "data:text/javascript,const data=await fetch('https://esm.sh/@bokuweb/[email protected]/dist/web/wasm/zstd.wasm').then(r=>r.arrayBuffer());export default new WebAssembly.Module(data)" is not supported
at index.web.ts:7:2
at index.web.ts:7:2
at Generator.next (<anonymous>)
at index.web.ts:7:2
at new Promise (<anonymous>)
at pe (index.web.ts:7:2)
at Module.Be (index.web.ts:7:2)
at <anonymous>:1:64
Additional info
esm.sh version: v115~
Browser version: Chromium 102
The text was updated successfully, but these errors were encountered:
index.web.ts:7 Uncaught (in promise) RangeError: WebAssembly.Compile is disallowed on the main thread, if the buffer size is larger than 4KB. Use WebAssembly.compile, or compile on a worker thread.
at index.web.ts:7:2
at index.web.ts:7:2
at index.web.ts:7:2
at Generator.next (<anonymous>)
at index.web.ts:7:2
at new Promise (<anonymous>)
at LA (index.web.ts:7:2)
at vA (index.web.ts:7:2)
at index.html:32:839
I tried downgrading the library version and PIN to an older esm.sh version and still getting this error, but I'm sure it was ok a month ago.
Failing module
Error message
After
onload
I got this:Additional info
The text was updated successfully, but these errors were encountered: