This commit is contained in:
Cadey Ratio 2018-06-17 22:02:25 -07:00
parent fb05d9ffc9
commit e9d305adb0
1 changed files with 15 additions and 15 deletions

View File

@ -261,12 +261,12 @@ Right now this is very lean and mean, as such all errors instantly result in a p
A huge other feature is going to be the ability to read C structures out of the WebAssembly memory, this will let Land support calls like `stat()`.
wasm: https://webassembly.org
land: https://git.xeserv.us/xena/land
syscall: https://en.wikipedia.org/wiki/System_call
abi: https://en.m.wikipedia.org/wiki/Application_binary_interface
afero: https://github.com/spf13/afero
importer: https://gist.github.com/Xe/a29c86755a04a8096082ec8a32e0c13f
open2: https://linux.die.net/man/2/open
pretty: https://github.com/kr/pretty
errno: http://man7.org/linux/man-pages/man3/errno.3.html
[wasm]: https://webassembly.org
[land]: https://git.xeserv.us/xena/land
[syscall]: https://en.wikipedia.org/wiki/System_call
[abi]: https://en.m.wikipedia.org/wiki/Application_binary_interface
[afero]: https://github.com/spf13/afero
[importer]: https://gist.github.com/Xe/a29c86755a04a8096082ec8a32e0c13f
[open2]: https://linux.die.net/man/2/open
[pretty]: https://github.com/kr/pretty
[errno]: http://man7.org/linux/man-pages/man3/errno.3.html