-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I noticed, it is possible to compile to wasm
Compiling mgclient for wasm requires the Emscripten sdk. This is automated in the following steps:
mkdir build && cd build
cmake .. -DWASM=ON
make
Is it possible to do same but create a static lib. By the same I mean without OpenSsl. Per my understanding wasm target means absence OpenSsl
Metadata
Metadata
Assignees
Labels
No labels