Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

micropython-ports-prebuilt

Very tiny python executable built based on offical micropython repository, downlow them from release. example

└─micropython-ports-prebuilt
    ├─unix
    │      micropython
    │
    ├─webassembly
    │      example.html
    │      micropython.min.mjs
    │      micropython.mjs
    │      micropython.wasm
    │
    └─windows
            micropython.exe
            micropython_no_icon.exe
            micropython_no_icon.upx.exe
port file latest build file size
unix micropython 812KB
webassembly micropython.wasm + micropython.min.mjs 1212KB
webassembly micropython.exe 553KB
windows micropython_no_icon.exe 386KB
windows micropython_no_icon.upx.exe 163KB

windows port

The MicroPython environment can have a minimum file size as small as ‌<200KB‌ (after removing icon and upx).

windows

unix port

linux

webassembly port

webassembly

About

prebuilt micropython ports for ease of use, ready to use directly (e.g. micropython.exe, micropython.wasm)

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors