Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 943 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 943 Bytes

WasmX

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

WaPy

source

discuss

Supported devices

Wasm3 requires at least ~64Kb Flash and ~10Kb RAM even for minimal functionality.

The library was verified to work with:
ESP32, ESP8266

Disclaimer

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).

License

This project is released under The MIT License (MIT)