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

https://github.com/wokwi/chip_framebuffer_example

Wokwi Framebuffer Chip in Rust example
https://github.com/wokwi/chip_framebuffer_example

Last synced: 6 days ago
JSON representation

Wokwi Framebuffer Chip in Rust example

Awesome Lists containing this project

README

        

# Wokwi Framebuffer Chip in Rust example

To build:

```
cargo build --target wasm32-unknown-unknown --release
```

Find the resulting binary in `target/wasm32-unknown-unknown/release/chip_framebuffer_test.wasm`