Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 645 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 645 Bytes

Wokwi Json Chip in Rust example

Building

To build:

rustup target add wasm32-unknown-unknown
cargo build --target wasm32-unknown-unknown --release

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

To run the demo project:

Select the wokwi config in the demo directory, use the Arduino Extension to compile the firmware and start the simulation.

Simulating

To simulate this project, install Wokwi for VS Code. Open the project directory in Visual Studio Code, press F1 and select "Wokwi: Start Simulator".