Hello everyone,

This is my status report for the contract work done in January 2023. Apologies for the delay!

# Lox Implementation

* Updated Lox library to implement serialization/de-serialization as required for wasm bindings
https://gitlab.torproject.org/onyinyang/lox
note: these changes could likely be merged into the main library (https://git-crysp.uwaterloo.ca/iang/lox) once this effort is complete.


* Implemented wasm bindings for the first (open-invitation) Lox protocol in the Lox client

 https://gitlab.torproject.org/onyinyang/lox-wasm


* Implemented test server in rust to handle the requests made by the client

https://gitlab.torproject.org/onyinyang/lox-server


So far it's been interesting and exciting to help out with this effort :)

onyinyang