https://github.com/slashscreen/ricket
An experimental WASM runtime for Plan 9.
https://github.com/slashscreen/ricket
9front golang plan9 plan9-9front wasm
Last synced: 17 days ago
JSON representation
An experimental WASM runtime for Plan 9.
- Host: GitHub
- URL: https://github.com/slashscreen/ricket
- Owner: SlashScreen
- Created: 2023-07-01T04:54:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-26T03:07:26.000Z (over 1 year ago)
- Last Synced: 2025-03-31T10:38:27.007Z (about 2 months ago)
- Topics: 9front, golang, plan9, plan9-9front, wasm
- Language: Go
- Homepage:
- Size: 27.5 MB
- Stars: 28
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ricket
## What is Ricket?
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.
Special thanks to Ori on the #cat-v IRC channel for making this more Plan 9-like.
Installing on a 9front system is easy:
```shell
git/clone https://github.com/SlashScreen/ricket
cd ricket
mk install
```## Project status
Ricket is now in beta- it should work, but it may have bugs. If something goes wrong, file a bug report!
## Project goals
- [x] Be able to run WASI programs at all
- [X] Be able to run WASI programs on Plan 9
- [X] Be able to package WASI programs as standalone apps