From c611fcbc833ea85a567b78ad2eb128e0c656ea54 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 28 Mar 2026 19:05:19 -0400 Subject: [PATCH] Add testing instructions to README Added a section on testing with a command to run integration tests. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 97d53f0..07b816f 100644 --- a/README.md +++ b/README.md @@ -544,6 +544,13 @@ cargo test --lib --target x86_64-pc-windows-msvc # Wasm Drivers Bare-metal WebAssembly Component Model projects running Wasmtime's Pulley interpreter directly on the RP2350 with no OS and no standard library. Hardware capabilities are exposed through typed WIT interfaces. +### Testing + +```bash +# Run integration tests on the host +cargo test --target aarch64-apple-darwin +``` + | Driver | Description | Key Crates | |--------|-------------|------------| | [embedded-wasm-uart](https://github.com/mytechnotalent/embedded-wasm-uart) | UART echo via WIT `uart` imports | `wasmtime`, `rp235x-hal`, `wit-bindgen` |