Web assembly distribution of the DiceKeys reading algorithms
EMSDK is the emscripten SDK
setenv emsdk <path_to_emsdk>
cmake -G Ninja -DCMAKE_TOOLCHAIN_FILE=C:\Users\stuar\git\emsdk\upstream\emscripten\cmake\Modules\Platform\Emscripten.cmake -S cpp -B build
cd build; ninja; cd ..
Still need to manually compile OpenCV Still need to copy read-dicekey-js.[js|wasm] from build/bin to src