fix
This commit is contained in:
parent
fb05d9ffc9
commit
e9d305adb0
|
@ -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()`.
|
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
|
[wasm]: https://webassembly.org
|
||||||
land: https://git.xeserv.us/xena/land
|
[land]: https://git.xeserv.us/xena/land
|
||||||
syscall: https://en.wikipedia.org/wiki/System_call
|
[syscall]: https://en.wikipedia.org/wiki/System_call
|
||||||
abi: https://en.m.wikipedia.org/wiki/Application_binary_interface
|
[abi]: https://en.m.wikipedia.org/wiki/Application_binary_interface
|
||||||
afero: https://github.com/spf13/afero
|
[afero]: https://github.com/spf13/afero
|
||||||
importer: https://gist.github.com/Xe/a29c86755a04a8096082ec8a32e0c13f
|
[importer]: https://gist.github.com/Xe/a29c86755a04a8096082ec8a32e0c13f
|
||||||
open2: https://linux.die.net/man/2/open
|
[open2]: https://linux.die.net/man/2/open
|
||||||
pretty: https://github.com/kr/pretty
|
[pretty]: https://github.com/kr/pretty
|
||||||
errno: http://man7.org/linux/man-pages/man3/errno.3.html
|
[errno]: http://man7.org/linux/man-pages/man3/errno.3.html
|
||||||
|
|
Loading…
Reference in New Issue