An open API service indexing awesome lists of open source software.

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.

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
```