Hello world application in Web Assembly#49
Hello world application in Web Assembly#49sarah-kamall wants to merge 1 commit intounikraft:mainfrom
Conversation
f59a3db to
7567bce
Compare
StefanJum
left a comment
There was a problem hiding this comment.
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.
Did this work for you? I get the unikraft banner but no other output.
There was a problem hiding this comment.
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 <sarahkamal1712@gmail.com>
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