A WebAssembly interpreter with a twist (sched_yield+aio).
Based on Main repository: Wasm3 project
This library can be used with
Arduino
,
Android
for running
Wasm3 requires at least ~64Kb Flash and ~10Kb RAM even for minimal functionality.
The library was verified to work with:
ESP32
, ESP8266
Arduino and AIO API are here for an example. We do not encourage this way of programming, and we have to come up with a better API (i.e. Event-Driven, Resource-Oriented or similar).
This project is released under The MIT License (MIT)