-
Notifications
You must be signed in to change notification settings - Fork 34
Hello world application in Web Assembly #49
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
base: main
Are you sure you want to change the base?
Conversation
f59a3db to
7567bce
Compare
StefanJum
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, thanks for this. Looks good at a first glance, see the inline comments.
Does it work for you on arm64? I didn't manage to get the output message.
| make -j $(nproc) | ||
| rm -f initrd.cpio | ||
| ./workdir/unikraft/support/scripts/mkcpio initrd.cpio ./rootfs/ | ||
| qemu-system-aarch64 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did this work for you? I get the unikraft banner but no other output.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems like I failed to notice it doesn't print anything to the console in this case, I also tried to refer back to the configurations in the wamr repository but I found the issue exsists there as well.
I'm prepared to debug on why this happens, my guess is since from the debug output it finds the main.wasm file fine and opens then closes it without actually running its contents
would you have any idea on where to start addressing this issue?
7567bce to
347987f
Compare
build scripts are to be added in another branch Signed-off-by: sarah-kamall <[email protected]>
347987f to
85c9a57
Compare
|
the scripts PR is here #51 |
This includes configuration files with scripts to be added in another pull request
Referencing this issue