Wac: Minimal WebAssembly interpreter written in C

Wac: Minimal WebAssembly interpreter written in C

This is a fork of the great works at kanaka/wac focuses on making the WASM Interpreter work on embedded devices compatible with Espressif ESP32 and their ESP-IDF development environment. The environment variable indicates we are building for ESP32:

Run once, the only thing to do is to adjust the devcie port of your module:

In the root directory , build everything:

Flash the built image and start the monitor:

The output is pretty verbouse becasue tracing is enabled (change in platform.h). Unset ESP_PLATFORM environment variable (otherwise the built will be for ESP)

Source: github.com