You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: