unikraft / app-wamr

Web Assembly (WAMR) on Unikraft
9 stars 8 forks source link

Port `app-wamr` to use musl #3

Closed StefanJum closed 1 year ago

StefanJum commented 1 year ago

Port app-wamr to use musl, the new supported unikraft glibc.

You should create the Makefile and Makefile.uk files. You can find more information on this on the Unikraft website. You can find a list of the external libraries the application depends on in the kraft.yaml file, under the libraries: section. You will need to replace the newlib and pthread-embedded dependencies with musl.

Hackathon points: 20

monikasarakawka commented 1 year ago

Working on this

razvand commented 1 year ago

Solved by #5