https://github.com/lijunchen/moonbit-wasm4-esp32
MoonBit WASM-4 on the ESP32 series microcontroller
https://github.com/lijunchen/moonbit-wasm4-esp32
esp32 wasm wasm4
Last synced: 5 months ago
JSON representation
MoonBit WASM-4 on the ESP32 series microcontroller
- Host: GitHub
- URL: https://github.com/lijunchen/moonbit-wasm4-esp32
- Owner: lijunchen
- License: other
- Created: 2024-08-11T04:17:30.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-28T06:46:46.000Z (7 months ago)
- Last Synced: 2025-01-31T04:43:16.888Z (5 months ago)
- Topics: esp32, wasm, wasm4
- Language: C
- Homepage:
- Size: 437 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MoonBit WASM-4 on ESP32

GPIO should be configured according to your specific ESP32 board.
```
idf.py set-target esp32c6
moon build -C ./snake-mbt --target wasm
xxd -n __game_card -i ./snake-mbt/target/wasm/release/build/snake.wasm > ./main/gamecard.c
idf.py flash
```