Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib/lib-wamr: Move to musl and address compiler errors #8

Closed
wants to merge 1 commit into from

Commits on Jul 18, 2023

  1. lib/libwamr: Move to musl and address compiler errors

    Move from the `LIBNEWLIBC` and `LIBPTHREAD_EMBEDDED` to `LIBMUSL`.
    Changed needed to build lib-wamr were:
    * Using the `uk/essentials.h` header for a definition of `offsetof`
    * Adding a new `0006` patch file to change `PTHREAD_MUTEX_RECURSIVE_NP` into
    `PTHREAD_MUTEX_RECURSIVE` as the former on isn't defined
    * Change the `0005` patch file to use modern working unikraft initrd loading
    code so it can load the `.wasm` files
    
    Signed-off-by: Robert Klink <roberthklink@gmail.com>
    Signed-off-by: Ricardo Mohamedhoesein <rmohamedhoesein3@gmail.com>
    Co-authored-by: Ricardo Mohamedhoesein <rmohamedhoesein3@gmail.com>
    R0mbertus and Mohamedhoesein committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    119ef3a View commit details
    Browse the repository at this point in the history