wasm-variants

Steps to build

  1. Make sure Ninja build tool is installed.
python -m pip install ninja
  1. Create and change to build directory
mkdir build
cd build
  1. Build
emcmake cmake .. -G "Ninja"
cmake --build .