From ca7af03efe65fdd07d190b9ab1e6a369224a09a4 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Thu, 25 Feb 2021 15:39:54 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cfb89ad..f257ccd 100644 --- a/README.md +++ b/README.md @@ -54,10 +54,12 @@ Minimum useful system requirements: **~64Kb** for code and **~10Kb** RAM ☐ Tail call ☐ Fixed-width SIMD -## Libraries +## Installation +Please follow the [installation instructions](./docs/Installation.md). Wasm3 can be used as a library for: +[ Python3](https://github.com/wasm3/wasm3/platforms/python) │ [ C/C++](https://github.com/wasm3/wasm3) │ [ GoLang](https://github.com/matiasinsaurralde/go-wasm3) │ [ Rust](https://github.com/Veykril/wasm3-rs) │ @@ -77,6 +79,7 @@ Wasm3 started as a research project and remains so by many means. Evaluating the ## Further Resources [Demos](./docs/Demos.md) +[Installation instructions](./docs/Installation.md) [Build and Development instructions](./docs/Development.md) [Supported Hardware](./docs/Hardware.md) [Testing & Fuzzing](./docs/Testing.md)