Hey folks! ⚠️ Need help! Getting a strange error in a Cloudflare Worker in production ⚠️ I’m seeing
Hey folks!
Need help! Getting a strange error in a Cloudflare Worker in production 
I’m seeing the following error on prod:
sync error RuntimeError: memory access out of bounds
What’s confusing is that I’m not using any WebAssembly (WASM) modules in my project. It’s all plain TypeScript and regular dependencies.
Has anyone run into something like this? Could it be that one of the packages secretly uses WASM under the hood, or is this something else entirely?
Would really appreciate any ideas or pointers
I’m seeing the following error on prod:
sync error RuntimeError: memory access out of bounds
What’s confusing is that I’m not using any WebAssembly (WASM) modules in my project. It’s all plain TypeScript and regular dependencies.
Has anyone run into something like this? Could it be that one of the packages secretly uses WASM under the hood, or is this something else entirely?
Would really appreciate any ideas or pointers


