A CLI tool for launching a wokwi instance for your project.
cargo install wokwi-server --git https://github.com/MabezDev/wokwi-server
Only two arguments are required, the target, specified with --target
and the path to your application elf file. Example running the esp-idf blink example on Wokwi:
$ idf.py build # build the application
$ wokwi-server --chip esp32 build/blink.elf # running example opened in the browser!
Inside .cargo/config.toml
, add a runner
section to your target
key (cargo reference). Example for the esp32:
runner = "wokwi-server --chip esp32"
Once configured, it's possible to launch and run your application in the Wokwi simulator by running cargo run
.
Wokwi exposes a GDB stub which this tool exposes via a TCP connection, see the following vscode configuration as a reference.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4