From 37f9054bfb1d805d9e3bbb3b594b5add5ab37788 Mon Sep 17 00:00:00 2001 From: Ruslan Pislari Date: Wed, 8 May 2024 15:05:49 +0300 Subject: [PATCH] Adding README file --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9835c67..d2cbcb1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ -# FastEdge-lib -FastEdge common wasm runtime +FastEdge CLI and common runtime libraries + +# Setting up + +## Install Rust with WASM compilation target + +Run following commands: + +``` +$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh +$ source "$HOME/.cargo/env" +``` + +## Building + +Run `cargo build --release` to build CLI tool and all required dependencies. + +# Running + +## CLI +* run with `cargo run --bin cli -- --help` flag to list CLI commands and options