lexActivator wasm support

Hi Adnan,
We are looking at porting our product to another platform, WebAsm. Have you considered to add support for this platform to the lexActivator lib (with emscripten)?
Pat

Hello @pat!

From my limited knowledge of Emscripten, I know that it has its own archiver, linker, and compiler. Would it be misplaced to suggest linking to the static library of LexActivator using the same?

Hi Azan,
Do you mean that there is already a LexActivator static library built with this toolchain? If so I missed that. I looked again at the different flavors available without any success.
Pat

Hi Pat,

WASM is primarily meant for browsers, and LexActivator even if compiled to WASM can’t run inside the browser as it uses OS system APIs.

Regards,
Adnan