waiot enables running WebAssembly (Wasm) workloads on IoT devices.
src/embedded-hal-wasm: A crate that provides embedded-hal implementation for Wasmsrc/runtime: The runtime that runs Wasm workloads on IoT devices using WAMR
cd src/embedded-hal-wasm
cargo build --example digital --target wasm32-wasi --release
waiot is licensed under the MIT License. For the full license text, please refer to the LICENSE file.