summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--media/example.pngbin0 -> 33974 bytes
2 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 25c401fad..82de7e093 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,10 @@ For example, try
$ bin/asm2wasm test/hello_world.asm.js
```
+You should see something like this:
+
+![example output](https://raw.github.com/WebAssembly/wasm-emscripten/master/media/example.png)
+
On Linux and Mac you should see pretty colors. Set `COLORS=0` in the env to disable colors if you prefer that. Set `COLORS=1` in the env to force colors (useful when piping to `more`, for example).
Set `ASM2WASM_DEBUG=1` in the env to see debug info, about asm.js nodes as they are parsed, etc.
diff --git a/media/example.png b/media/example.png
new file mode 100644
index 000000000..e84cc8b59
--- /dev/null
+++ b/media/example.png
Binary files differ