README: update system dependencies
This commit is contained in:
parent
2a791c418d
commit
ecff53d4cb
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue