Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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