From c3d385e9350a4061aa2a78ded13110e9549f34c2 Mon Sep 17 00:00:00 2001 From: Jakub Konka Date: Fri, 10 Jul 2020 16:29:52 +0200 Subject: [PATCH] Add link to C API docs in the guide (#2006) --- docs/lang-c.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/lang-c.md b/docs/lang-c.md index fa1244d2de..a40cd10d12 100644 --- a/docs/lang-c.md +++ b/docs/lang-c.md @@ -1,3 +1,7 @@ # C ... more coming soon + +In the meantime, have a look at the [C API docs]. + +[C API docs]: https://bytecodealliance.github.io/wasmtime/c-api/