Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 690 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 690 Bytes

gcloud-cpp-starter

Starter project. A web server and client fully made with C++/WebAssembly. A simple CMake configuration describes how to build and run everything.

Features:

Demo: here

How to build?

  • Build everything using CMake:
mkdir build
cd build
emcmake cmake ..
make
make run
  • Deploy the server locally using the emulator:
make deploy
  • Serve the client locally and open it using a web browser:
make run