Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 224 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 224 Bytes

Build and run

Linux Desktop target:

mkdir build
cd build
cmake .. -G Ninja
ninja
./main

WASM target:

# Install Emscripten
mkdir build
cd build
emcmake cmake .. -G Ninja
ninja
# output is in web directory