aboutsummaryrefslogtreecommitdiff
path: root/blog
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-12-08 21:12:53 -0500
committerGitHub <noreply@github.com>2019-12-08 21:12:53 -0500
commitf7d36bb10fc2764f622c56f2dd15ac6f5249a089 (patch)
tree40a07fb9cfd76dd76f5494d511b18854ed1af89c /blog
parentbfacf30fb00dba19feda52e85ca7856045b73fe4 (diff)
downloadxesite-f7d36bb10fc2764f622c56f2dd15ac6f5249a089.tar.xz
xesite-f7d36bb10fc2764f622c56f2dd15ac6f5249a089.zip
Update wasmcloud-progress-2019-12-08.markdown
Diffstat (limited to 'blog')
-rw-r--r--blog/wasmcloud-progress-2019-12-08.markdown3
1 files changed, 2 insertions, 1 deletions
diff --git a/blog/wasmcloud-progress-2019-12-08.markdown b/blog/wasmcloud-progress-2019-12-08.markdown
index 28f6a5b..5208b3e 100644
--- a/blog/wasmcloud-progress-2019-12-08.markdown
+++ b/blog/wasmcloud-progress-2019-12-08.markdown
@@ -81,7 +81,7 @@ be.
I ended up implementing a [Rust implementation][olincwarust] of the guest ->
host API for the Webassembly side of things. I forked some of the existing Rust
code for this and gradually started adding more and more things. The [test
-harness][olintests] is the biggest wasm program I've written for a while.
+harness][olincwatest] is the biggest wasm program I've written for a while.
Seriously, there's a lot going on there. It tests every single function exposed
in the CWA spec as well as all of the schemes I had implemented.
@@ -229,6 +229,7 @@ keep the dream alive!
[land]: http://tulpa.dev/cadey/land
[newlib]: https://wiki.osdev.org/Porting_Newlib
[cwa]: https://github.com/CommonWA
+[olincwa]: https://github.com/Xe/olin/tree/master/docs/cwa-spec
[olincwarust]: https://github.com/Xe/olin/tree/master/cwa/olin
[olincwatest]: https://github.com/Xe/olin/blob/master/cwa/tests/src/main.rs
[olintempleos]: https://christine.website/blog/templeos-2-god-the-rng-2019-05-30