https://github.com/fastvm/xori
https://github.com/fastvm/xori
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fastvm/xori
- Owner: FastVM
- Created: 2021-12-24T06:20:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-11T05:06:57.000Z (over 4 years ago)
- Last Synced: 2025-08-08T07:32:57.368Z (10 months ago)
- Language: JavaScript
- Size: 901 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# [xori](https://fastvm.github.io/xori)
Xori lets you run [Paka](https://github.com/fastvm/paka) online.
## State
Xori's uses [MiniVM](https://github.com/fastvm/minivm)'s [snapshot feature](https://github.com/FastVM/minivm/commits/main/vm/save.h)
## How
Xori is a simple creation it does not patch MiniVM in any way.
The package.json file builds paka and minivm to Webassembly. Paka is run with its default compiler. By default `source/browser.paka` is imported as well as `paka/lang/io.paka`