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

app-wamr: Port application to musl #5

Closed
wants to merge 1 commit into from

Conversation

R0mbertus
Copy link
Contributor

This PR addresses issue #3 by adding the Makefile, Makefile.uk and .gitignore, and also changes to kraft.yaml and updated the `README.md.

Copy link

@RaduNichita RaduNichita left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work @R0mbertus 🏅 !

Please see my comments.

Makefile Outdated Show resolved Hide resolved
OoOoO ._, ._:_:_,\_._, .__,_:_, \___)
Atlas 0.13.1~e467cdf6
Hello world!
buf ptr: 0x400002a8

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you have these lines in the output?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The main.wasm file is compiled from the hello-world app-sample here, which prints these lines.

Copy link

@RaduNichita RaduNichita left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change the commit to "app-wamr: Port application to musl"

@R0mbertus R0mbertus changed the title lib/libwamr: Moved wamr to musl app-wamr: Port application to musl Jul 15, 2023
@R0mbertus
Copy link
Contributor Author

R0mbertus commented Jul 15, 2023

Addressed requested changes, rebased into one file.

@R0mbertus R0mbertus force-pushed the staging branch 2 times, most recently from 39796e5 to 1d6c4e5 Compare July 17, 2023 12:23
Copy link
Member

@StefanJum StefanJum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great @R0mbertus, please wrap you commit message to ~80 characters per line, then I'll approve it.

Added a .gitignore, Makefile and Makefile.uk along with updating the
kraft.yaml to use musl and updated the README.md accordingly

Signed-off-by: Robert Klink <roberthklink@gmail.com>
Signed-off-by: Ricardo Mohamedhoesein <rmohamedhoesein3@gmail.com>
Co-authored-by: Ricardo Mohamedhoesein <rmohamedhoesein3@gmail.com>
Copy link
Member

@StefanJum StefanJum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good, thanks.

Reviewed-by: Stefan Jumarea stefanjumarea02@gmail.com

Copy link

@RaduNichita RaduNichita left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good also from my side.

Reviewed-by: Radu Nichita radunichita99@gmail.com

@RaduNichita RaduNichita self-requested a review July 25, 2023 21:25
Copy link
Contributor

@razvand razvand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved-by: Razvan Deaconescu razvand@unikraft.io

@razvand razvand added the enhancement New feature or request label Aug 9, 2023
@razvand razvand linked an issue Sep 24, 2023 that may be closed by this pull request
This was referenced Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/merged enhancement New feature or request
Projects
Status: Done!
Development

Successfully merging this pull request may close these issues.

Port app-wamr to use musl
5 participants