You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sync hero apps/chrome from dotgithub; rebuild WASM interpreter
Deployed copy of the 16 hero canvas apps and hero-runtime.js, now
using board_config/appdev (or display_driver/lvgl) like every other
PyDevices example instead of manually wiring WasmDisplay + appdev.App.
Removed the generator's "Browser architecture" section; the
hand-authored "Architecture & Layers" Mermaid diagram on this page
moves outside the PYDEVICES-ARCHITECTURE marker pair so future
regenerations can't clobber it.
vendor/micropython/{mjs,wasm}: rebuilt via cmods/build_interpreters.sh
-- the deployed .wasm was frozen with a stale WasmDisplay.__init__
that only accepted self, so every hero app and gallery demo would have
hit a TypeError constructing its display in production.
Generated by dotgithub/scripts/generate_sites.py from the fixed
source; see PyDevices/.github@8d8463c for the underlying app/generator
changes.
0 commit comments