Any questions? Here is our official forum.
After cloning the repo, running locally during development is all the simplest:
npm install
npm start
For VSCode users, if you have installed the Chrome Debugging extension, you can start debugging within VSCode by using the appropriate launch menu.
In order to compile C++ to WASM you must fist install Emscripten (see Install instruction). After completing the installation and configuration of Emscripten run the following commands:
cd native/LTCGenerator
cmake --preset wasm
cmake --build --preset wasm
The LTCGenerator.js
and LTCGenerator.wasm
will be copied into www/wasm
folder.
To Filament and its team for the code and support :-)