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)