You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
bin | 5 years ago | |
cmd/land | 5 years ago | |
vendor | 5 years ago | |
.gitignore | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
Tupfile | 5 years ago | |
Tupfile.rules | 5 years ago | |
go.mod | 5 years ago | |
go.modverify | 5 years ago |
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.