Skip to content
  • How to build:

    1. Clone this snippet
    git clone https://gitlab.kitware.com/snippets/7467.git
    1. Source the necessary environment from your installtion of the Emscripten SDK.
    source /path/to/emsdk/emsdk_env.sh
    1. 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!

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment