diff --git a/README.md b/README.md index 9c7ded9..cfcc3ed 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ Sointu consists of two core elements: [yasm](https://yasm.tortall.net). For browsers, the resulting .wat can be compiled by [wat2wasm](https://github.com/WebAssembly/wabt). +This is how the current prototype tracker looks like: + +![Screenshot of the tracker](screenshot.png) + Building -------- diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..bac58f2 Binary files /dev/null and b/screenshot.png differ