Does WASM
work for front-end frameworks like vite, react, nextjs, etc 🤔 .
#521
-
I m planning to build a front-end first application. So its mostly storing millions of rows, making aggregations on it, and many similar features. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey @jeet-dhandha, the |
Beta Was this translation helpful? Give feedback.
-
@jeet-dhandha good news, the frontend support was merged! In case you don't know about it, you can also look into DuckDB, which is compatible with WASM too. DuckDB is for OLAP queries, while Limbo is for OLTP :) |
Beta Was this translation helpful? Give feedback.
Hey @jeet-dhandha, the
limbo-wasm
package only supports Node right now because there's no support for browser storage layer. I opened #531 for this.