A small land to run webassembly programs in. Aims to be a little place to run TCP servers and the like on.
Go to file
Cadey Ratio 15481872dd go 2018-08-06 18:04:11 -07:00
bin initial commit 2018-06-07 15:31:01 -07:00
cmd/land go 2018-08-06 18:04:11 -07:00
vendor start making files 2018-06-18 00:38:05 +00:00
.gitignore add README 2018-06-20 08:13:49 -07:00
LICENSE initial commit 2018-06-07 15:31:01 -07:00
README.md README: update system dependencies 2018-06-20 08:37:32 -07:00
Tupfile fix tup 2018-06-20 08:08:11 -07:00
Tupfile.rules start with hello world in C 2018-06-20 08:34:05 -07:00
go.mod add file writing/reading 2018-06-18 01:16:24 +00:00
go.modverify add file writing/reading 2018-06-18 01:16:24 +00:00

README.md

land

A simple little "land" to run webassembly programs in.

Building

System dependencies

All should be the most modern or git head releases.

I have FUSE

$ tup init
$ tup

I don't have FUSE

$ tup init
$ tup generate build.sh
$ ./build.sh

Usage

Not very usable outside of the tests in cmd/land yet :(. All webassembly modules require an exported function main that returns an i32. TODO: argv.