docs: Update README

main
Sean McBride 4 years ago
parent 9767aec9ad
commit 10d4cba9b0

@ -1,17 +1,10 @@
# SLEdge # SLEdge
**SLEdge** is a lightweight serverless solution suitable for edge computing. It combines WebAssembly sandboxing provided by the [aWsm compiler](https://github.com/gwsystems/aWsm) with asynchronous I/O provided by [libuv](https://github.com/libuv/libuv). **SLEdge** is a lightweight serverless solution suitable for edge computing. It builds on WebAssembly sandboxing provided by the [aWsm compiler](https://github.com/gwsystems/aWsm).
## Host Dependencies ## Host Dependencies
- Docker - [Installation Instructions](https://docs.docker.com/install/) - Docker - [Installation Instructions](https://docs.docker.com/install/)
- libuv
If on Debian, you can install libuv with the following:
```bash
sudo apt-get install libuv1-dev
```
## Setting up the environment ## Setting up the environment

Loading…
Cancel
Save