README: update system dependencies

This commit is contained in:
Cadey Ratio 2018-06-20 08:37:32 -07:00
parent 2a791c418d
commit ecff53d4cb
1 changed files with 8 additions and 1 deletions

View File

@ -4,7 +4,14 @@ A simple little "land" to run webassembly programs in.
## Building
First, install [tup](http://gittup.org/tup/index.html).
### System dependencies
All should be the most modern or git head releases.
- [tup](https://gittup.org/tup)
- [wabt](https://github.com/WebAssembly/wabt)
- [Go](https://golang.org)
- [wasmception](https://github.com/yurydelendik/wasmception) (must be checked out and built at ~/code/wasmception for now, sorry)
### I have FUSE