An open API service indexing awesome lists of open source software.

https://github.com/unikraft/app-micropython

Micropython on Unikraft
https://github.com/unikraft/app-micropython

python unikernel unikraft-application

Last synced: about 1 year ago
JSON representation

Micropython on Unikraft

Awesome Lists containing this project

README

          

# Micropython on Unikraft

To build and run this application please use the `kraft` script:

pip3 install git+https://github.com/unikraft/kraft.git
mkdir my-first-unikernel && cd my-first-unikernel
kraft up -p PLATFORM -m ARCHITECTURE micropython

For more information about `kraft` type ```kraft -h``` or read the
[documentation](http://docs.unikraft.org).