|
|
||
|---|---|---|
| bin | ||
| cmd/land | ||
| vendor | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| Tupfile | ||
| Tupfile.rules | ||
| go.mod | ||
| go.modverify | ||
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.
- tup
- wabt
- Go
- wasmception (must be checked out and built at ~/code/wasmception for now, sorry)
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.