-
I'm building a Tauri/wasm application, targeting wasm32-unknown-unkown environment. Which wasm environment is supported. And is there Rust-wasm bindings for use in Rust wasm frameworks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey @opeolluwa! We currently only build for the "nodejs" target with "wasm-pack". Not sure what else is needed for your use case. You can find the bindings here: https://github.com/tursodatabase/limbo/tree/main/bindings/wasm |
Beta Was this translation helpful? Give feedback.
-
@penberg Does it work for front-end frameworks like vite, react, nextjs, etc 🤔 . |
Beta Was this translation helpful? Give feedback.
Hey @opeolluwa! We currently only build for the "nodejs" target with "wasm-pack". Not sure what else is needed for your use case. You can find the bindings here: https://github.com/tursodatabase/limbo/tree/main/bindings/wasm