Hello👋
I’m trying to set up and run whisper.wasm locally in my Chrome browser, but I’m encountering several errors and missing functions.
When the webpage/UI first loads, I see the error "SharedArrayBuffer is not defined," which indicates a reliance on a deprecated feature. (Chrome highlights that "SharedArrayBuffer will require cross-origin isolation.")
Since the WASM build of Whisper doesn’t seem to have been updated recently, I’m wondering if it’s still functional or how far I should go in troubleshooting these issues if the core requirements of the build aren’t supported anymore.
Hello👋 I’m trying to set up and run whisper.wasm locally in my Chrome browser, but I’m encountering several errors and missing functions. When the webpage/UI first loads, I see the error "SharedArrayBuffer is not defined," which indicates a reliance on a deprecated feature. (Chrome highlights that "SharedArrayBuffer will require cross-origin isolation.")
Since the WASM build of Whisper doesn’t seem to have been updated recently, I’m wondering if it’s still functional or how far I should go in troubleshooting these issues if the core requirements of the build aren’t supported anymore.
Thank you!