From 7fa099298f06c4cab0dc07bc7d6148f43709e2de Mon Sep 17 00:00:00 2001 From: Volker Berlin Date: Tue, 31 Dec 2019 13:44:55 +0100 Subject: [PATCH] link to wiki --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f8ea29b..50133b0 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ As output it generates the binary format (.wasm file) or the text format (.wat f The difference to similar projects is that not a complete VM with GC and memory management should be ported. It's more like a 1: 1 conversion. The generated WebAssembly code is similar in size to the original Java class files. +Documentation +---- +The documentation can be found in the [wiki](wiki). + Status of the project ----