From f8af659caa85ed315d74d95e9ec2488a4a926d8f Mon Sep 17 00:00:00 2001 From: Xu Jun <693788454@qq.com> Date: Thu, 20 Oct 2022 19:12:21 +0800 Subject: [PATCH] minor fix in README (#1626) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ccafab12..66eadfd4 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ WebAssembly Micro Runtime **A [Bytecode Alliance][BA] project** -**[Website](https://bytecodealliance.github.io/wamr.dev)**  **[Chat](https://bytecodealliance.zulipchat.com/#narrow/stream/290350-wamr)** - [BA]: https://bytecodealliance.org/ +**[Website](https://bytecodealliance.github.io/wamr.dev)**  **[Chat](https://bytecodealliance.zulipchat.com/#narrow/stream/290350-wamr)** + [Build WAMR](./doc/build_wamr.md) | [Build AOT Compiler](./README.md#build-wamrc-aot-compiler) | [Embed WAMR](./doc/embed_wamr.md) | [Export Native API](./doc/export_native_api.md) | [Build WASM Apps](./doc/build_wasm_app.md) | [Samples](./README.md#samples) WebAssembly Micro Runtime (WAMR) is a lightweight standalone WebAssembly (WASM) runtime with small footprint, high performance and highly configurable features for applications cross from embedded, IoT, edge to Trusted Execution Environment (TEE), smart contract, cloud native and so on. It includes a few parts as below: