Emscripten Browser Clipboard Demo

June 7, 2023 ยท View on GitHub

This is a simple demonstration of the emscripten-browser-clipboard library.

Live demo

Try it out in your browser: https://armchair-software.github.io/emscripten-clipboard-demo/

Testing locally

Requirements:

  • Emscripten, environment activated
  • ImGui (snapshot version included)
  • VectorStorm (snapshot subset included)

Build:

mkdir build
cd build
emcmake cmake ..
emmake make -j$(nproc)

Run:

emrun client.html

Contents

  1. 1Live demo
  2. 2Testing locally
  3. 2.1Requirements:
  4. 2.2Build:
  5. 2.3Run: