Skip to content

thomasschaub/glapd-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

Web

CMake configure and initial build

emcmake cmake -S . -B build/web -GNinja -DCMAKE_BUILD_TYPE=Release
cmake --build build/web

Run httpd (automatically rebuilds JS + WASM):

python toold/dev-httpd.py

Or do it manually

cp resources/html/* build/web
python -m http.server -d build/web

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors