shithub: ricket

Download patch

ref: 5650ff57617f72110955da300be0a4e55030ae04
parent: 862d086ca8fe3a9a2bb0de2a92c3c5330e40127f
author: Slashscreen <SlashScreen@users.noreply.github.com>
date: Tue Aug 8 10:43:45 EDT 2023

Update README.md

--- a/README.md
+++ b/README.md
@@ -2,17 +2,15 @@
 
 ## What is Ricket?
 
-Ricket is an attempt to open up the WASM platform to the Plan 9 OS, and hopefully allow more software to be used on Plan 9 with little cost to the developer.
+Ricket is an attempt to open up the WASI platform to the Plan 9 OS, and hopefully allow more software to be used on Plan 9 with little cost to the developer.
 
 Ricket is a frontend and toolset for [wazero](https://github.com/tetratelabs/wazero) tailored specifically for use with Plan 9.
 
 ## Project status
 
-Currently it's experimental, and I havent yet built it Plan 9 quite yet.
+Currently it's experimental.
 
 ## Project goals
 
-- [x] Be able to run WASM programs at all
-- [ ] Be able to run WASM programs on Plan 9
-- [ ] Be able to show a GUI
-- [ ] Be able to play audio
+- [x] Be able to run WASI programs at all
+- [X] Be able to run WASI programs on Plan 9