Home

Awesome

asm-dom-cmake

Simple starter project: A web interface entirely built using C++ and cmake.

This is possible thanks to asm-dom and gccx (JSX like syntax for C++).

How to build?

asciicast

mkdir build
cd build
emcmake cmake ..
make
emrun .