MaxGraey / m5stack-wasm3-testing

WebAssembly interpreter Wasm3 on M5Stack (work in progress)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

m5stack-wasm3-testing

WebAssembly interpreter Wasm3 on M5Stack.

Require

$ xtensa-esp32-elf-gcc -v
gcc version 5.2.0 (crosstool-NG crosstool-ng-1.22.0-80-g6c4433a)

Build

git clone --recursive https://github.com/h1romas4/m5stack-wasm3-testing.git
cd m5stack-wasm3-testing
# This repository includes eps-idf v3.2.3
export IDF_PATH=$(pwd)/esp-idf

m5stack-wasm3-fib3

cd m5stack-wasm3-fib32
make flash monitor

m5stack-wasm3-bitblt

cd m5stack-wasm3-bitblt
cd wasm
npm install
npm run asbuild
cd ..
make flash monitor

Dependencies

name version
Wasm3 0.4.6
esp-idf v3.2.3
esp32-arduino 1.0.4
m5stack 0.2.9

About

WebAssembly interpreter Wasm3 on M5Stack (work in progress)


Languages

Language:C 70.4%Language:C++ 18.0%Language:Makefile 7.1%Language:TypeScript 4.4%