Just a tetris clone I made a long time ago in C++ that I thought of compiling into webassembly. This version stores the scores on the server rather than a local file. They can be viewed in the adjacent table.
The app uses Qt, so I used emscripten for compiling.
Source code: