Does WASM
work for front-end frameworks like vite, react, nextjs, etc 🤔 .
#521
Answered
by
penberg
jeet-dhandha
asked this question in
Q&A
-
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.
Answered by
penberg
Dec 21, 2024
Replies: 1 comment
-
Hey @jeet-dhandha, the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
penberg
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
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.