Skip to content

mewz-project/waiot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

waiot: Bring WebAssembly to the IoT devices (under development)

waiot enables running WebAssembly (Wasm) workloads on IoT devices.

Repository Structure

  • src/embedded-hal-wasm: A crate that provides embedded-hal implementation for Wasm
  • src/runtime: The runtime that runs Wasm workloads on IoT devices using WAMR

Getting Started

Writing Application

cd src/embedded-hal-wasm
cargo build --example digital --target wasm32-wasi --release

Run Wasm on IoT Devices

License

waiot is licensed under the MIT License. For the full license text, please refer to the LICENSE file.

About

Bring WebAssembly to IoT devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published