memgraph / rsmgclient

Memgraph database adapter for Rust programming language.
https://crates.io/crates/rsmgclient
Apache License 2.0
38 stars 6 forks source link

Compile rsmgclient for target wasm32-unknown-unknown #54

Open aviplayer opened 2 months ago

aviplayer commented 2 months ago

I checked docs, for C mgclient, and noticed, that it is possible to compile for wasm Such text presents: Compiling mgclient for wasm requires the Emscripten sdk. This is automated in the following steps: mkdir build && cd build cmake .. -DWASM=ON

I checked build.rs file and see only OS target. Asking: Are there any plans to add wasm support? Any issues to support it?

antejavor commented 2 months ago

Hi @aviplayer,

Are there any plans to add wasm support?

This is currently not on our roadmap, so there are no plans for it. 😕

However, we are open to outside contributions, so if you want to make it work, we would gladly help you out along the way.

gitbuda commented 2 months ago

Making the connection, the following issue is related https://github.com/memgraph/mgclient/issues/63