Week 1
General Objectives :
- Set up WASM OS website with documentation framework
- Define the problem I am trying to solve.
- Update the Documentation concerning the theory behind the OS
- Come up with a full architecture of the OS
- For the sake of having a Minimal Viable Product, create a WASI compliant program that runs in a No-std environment
- Contact Supervisor ; Monday as deadline
10th Feb
- Set up the WASM OS website. : Here is the website
- Create the documentation framework for the project using mdbook software.
11th Feb
- Revisit Lin Clarks papers on Wasm and WASI 1, 2
- Try to re-define the problem I am trying to solve... really. ---> Half-done
12th Feb
- Go through Hoffmans Book on WASM, Create a no-std WASM program. --> UNFINISHED