From 8af66fd7385e0fcc6bb385aafebd70ce8e997145 Mon Sep 17 00:00:00 2001 From: Wang Xin Date: Sat, 7 Sep 2019 14:23:18 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47cb7d3a..a7383eb6 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Embed WAMR WAMR can be built into a standalone executable which takes the WASM application file name as input, and then executes it. In some other situations, the WAMR source code is embedded the product code and built into the final product. -WAMR provides a set of C API for embedding WAMR code to load the WASM module, instantiate the module and invoke a WASM function from a native call. +WAMR provides a set of C API for loading the WASM module, instantiating the module and invoking a WASM function from a native call. See the [doc/embed_wamr.md](./doc/embed_wamr.md) for the details.