rsmgclient icon indicating copy to clipboard operation
rsmgclient copied to clipboard

Compile rsmgclient for target wasm32-unknown-unknown

Open aviplayer opened this issue 1 year ago • 2 comments

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?

aviplayer avatar Aug 04 '24 09:08 aviplayer

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.

antejavor avatar Aug 05 '24 07:08 antejavor

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

gitbuda avatar Aug 17 '24 19:08 gitbuda