https://github.com/kkent030315/rust-vcpu
Virtual CPU with its own architecture, written in Rust.
https://github.com/kkent030315/rust-vcpu
Last synced: 2 months ago
JSON representation
Virtual CPU with its own architecture, written in Rust.
- Host: GitHub
- URL: https://github.com/kkent030315/rust-vcpu
- Owner: kkent030315
- License: mit
- Created: 2025-02-13T04:55:51.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-13T19:42:51.000Z (8 months ago)
- Last Synced: 2025-07-27T04:29:47.491Z (2 months ago)
- Language: Rust
- Homepage: https://zenn.dev/kkent030315/books/ac3bea5f1434f5
- Size: 85.9 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-vcpu
[Rustでつくる仮想CPU](https://zenn.dev/kkent030315/books/ac3bea5f1434f5)の完成形です。
- [VM Visualizer](https://vm-pi.vercel.app)
すべてのテストを実行
```bash
make test-all
```ベンチマークを実行
```bash
make benchmark
```ローカル環境でVM Visualizerを動かす
```bash
make www-dev
```