-
|
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: 3 comments 2 replies
-
|
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.
-
|
Would be nice to use it in rust by giving it access to sync handles (db/wal) in rust running in wasm in a worker. |
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