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?
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?