Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 401 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 401 Bytes

tetris-wasm

Tetris game programmed in WebAssembly by hand, for no good reason whatsoever! Other than learning more about WebAssembly, of course. Could be useful to lookup usage of certain constructs and as a source of additional examples of bidirectional communication between JavaScript and WebAssembly. Some development notes here.