summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Smith <binjimin@gmail.com>2018-05-09 15:10:10 -0700
committerGitHub <noreply@github.com>2018-05-09 15:10:10 -0700
commit42f3b934279e1b43c9e02ab1523161fd27974300 (patch)
treead8504e0243b8c2903c50187fbf364255cab8adf /README.md
parent9a31b42affa93298c66374ff2540d8c5e217a15d (diff)
downloadwabt-42f3b934279e1b43c9e02ab1523161fd27974300.tar.gz
wabt-42f3b934279e1b43c9e02ab1523161fd27974300.tar.bz2
wabt-42f3b934279e1b43c9e02ab1523161fd27974300.zip
Add some documentation for wasm2c (#803)
Also remove `WASM_RT_DEFINE_EXTERNAL`, as it doesn't seem to be used.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 20899615..19ff1c5d 100644
--- a/README.md
+++ b/README.md
@@ -205,6 +205,10 @@ You can use `-h` to get additional help:
$ out/wasm-interp -h
```
+## Running wasm2c
+
+See [wasm2c.md](wasm2c.md)
+
## Running the test suite
See [test/README.md](test/README.md).