From ecff53d4cbd9d537290325a959d9d4a4aeac5af8 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 20 Jun 2018 08:37:32 -0700 Subject: [PATCH] README: update system dependencies --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69e01e5..41add72 100644 --- a/README.md +++ b/README.md @@ -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