-
Has anyone tried to use this within a CF worker ? I think it's a great use case, put your data in some parquet files somewhere ( web server, maybe later even integrate with CF R2 ), run your query engine at the edge. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 15 replies
-
We'd love to! But the bundle size of Cloudflare workers is unfortunately capped at 1 MB right now, which gets problematic for Wasm very quickly. |
Beta Was this translation helpful? Give feedback.
-
Update here: |
Beta Was this translation helpful? Give feedback.
-
Curious is this still in the works? Any plans to enable this? |
Beta Was this translation helpful? Give feedback.
Update here:
The biggest limitation with cloudflare workers is the fact that cloudflare only implements the Service Worker API.
This hinders us to, for example, use synchronous XHRs that are a strong prerequisite for our web filesystem at the moment.
That might change in the future, but remains a blocker for the time being.