-
How to build:
- Clone this snippet
git clone https://gitlab.kitware.com/snippets/7467.git
- Source the necessary environment from your installtion of the Emscripten SDK.
source /path/to/emsdk/emsdk_env.sh
- Configure and build.
cd 7467 emcmake cmake -GNinja -S . -B out cmake --build out python3 -m http.server -d out
The string
FooDerived
should appear in your dev console!
Please register or sign in to comment