Replies: 1 comment 2 replies
-
In case it's helpful to others: the issue here turned out to be that queries around 2^17 bytes or longer seem to cause memory errors in general in DuckDB-WASM. Therefore, it's necessary to use the virtual file system features rather than large |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently I've been using DuckDB WASM to make a Chrome extension, and I've been getting memory access errors from the browser's WASM runtime whenever I try to insert a single row with a large-ish string (100KB, say) in a text field.
I can make a reproducible example if needed, but I'm curious if this is already a known issue with solutions or workarounds.
Beta Was this translation helpful? Give feedback.
All reactions