bryan
CDCloudflare Developers
•Created by bryan on 2/4/2024 in #hyperdrive
Thread
Appreciate the reach out. Our use case is "just" about connection pooling in order to achieve better connection stability with cloudflare workers. Accelerate's pricing does not appear tenable, with some napkin math it appears we would be paying 100x the cost of the database itself to connect to it efficiently.
3 replies
CDCloudflare Developers
•Created by bryan on 3/9/2023 in #workers-discussions
I m running into issues trying to
any thoughts @krimby ?
3 replies
CDCloudflare Developers
•Created by bryan on 3/9/2023 in #workers-discussions
I m running into issues trying to
sadly, works locally (--local true on wrangler2)
3 replies
CDCloudflare Developers
•Created by bryan on 3/9/2023 in #workers-discussions
I m running into issues trying to
the challenge is that the npm package itself is invoking the WASM binary. the enscripten tooling seems to drop some incompatible loaders in there. First, it tries to pick up its own location from self.location.href, but even if i hardcode that one, it tries to perform a fetch for the binary which gets blocked with "Wasm code generation disallowed by embedder"
3 replies