This is a simple demonstration of the emscripten-browser-clipboard library.
Try it out in your browser: https://armchair-software.github.io/emscripten-clipboard-demo/
- Emscripten, environment activated
- ImGui (snapshot version included)
- VectorStorm (snapshot subset included)
mkdir build
cd build
emcmake cmake ..
emmake make -j$(nproc)
emrun client.html