diff options
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | media/example.png | bin | 0 -> 33974 bytes |
2 files changed, 4 insertions, 0 deletions
@@ -26,6 +26,10 @@ For example, try $ bin/asm2wasm test/hello_world.asm.js ``` +You should see something like this: + + + 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 Binary files differnew file mode 100644 index 000000000..e84cc8b59 --- /dev/null +++ b/media/example.png |