From bc574b0caa29f7807715502f77243939c8e0db2c Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 1 Apr 2026 18:40:11 -0400 Subject: [PATCH] Update README.md --- README.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/README.md b/README.md index 08315b7..5972f60 100644 --- a/README.md +++ b/README.md @@ -545,24 +545,5 @@ 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-rp2350](https://github.com/mytechnotalent/embedded-wasm-uart-rp2350) | UART echo via WIT `uart` imports | `wasmtime`, `rp235x-hal`, `wit-bindgen` | -| [embedded-wasm-blinky-rp2350](https://github.com/mytechnotalent/embedded-wasm-blinky-rp2350) | GPIO LED blink via WIT `gpio` + `timing` imports | `wasmtime`, `rp235x-hal`, `wit-bindgen` | -| [embedded-wasm-button-rp2350](https://github.com/mytechnotalent/embedded-wasm-button-rp2350) | Button-controlled LED via WIT `gpio` + `button` + `timing` imports | `wasmtime`, `rp235x-hal`, `wit-bindgen` | -| [embedded-wasm-servo-rp2350](https://github.com/mytechnotalent/embedded-wasm-servo-rp2350) | SG90 servo sweep via WIT `servo` + `timing` imports | `wasmtime`, `rp235x-hal`, `wit-bindgen` | - -
- # License [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)