Closed HagonChan closed 7 months ago
I cannot reproduce your issue. Using the docker way to build is fine.
in the docker way,the link build artifactseems not working
The github action will autoremove the previous log.
If i want to send a .wasm file from ubuntu to the guest Linux,what should i do?
See https://github.com/second-state/wasmedge-seL4/blob/main/build.sh#L52-L53
I have put my .wasm file into the path"/sel4_wasmedge/.repo/manifests/wasm-examples/" or "projects/vm-examples/apps/Arm/wasmedge/overlay_files/".
and i rebuild the project,and simulate. but it did not work
And here. https://github.com/second-state/wasmedge-seL4/blob/main/patches/05-vm-examples.patch#L147-L173
i have edited the .patch file"/home/os/sel4_wasmedge/.repo/manifests/patches/05-vm-examples.patch" and "/home/os/sel4_wasmedge/kernel/tools/hardware/sel4_wasmedge/.repo/manifests/patches/05-vm-examples.patch".
and i also put my newHello.wasm file into the path"/sel4_wasmedge/.repo/manifests/wasm-examples/" and "projects/vm-examples/apps/Arm/wasmedge/overlay_files/".
and i rebuild the project,and simulated ,but it still did not work.
I changed the CMakeLists.txt directly,and added .wasm file to "projects/vm-examples/apps/Arm/wasmedge/overlay_files/",then it works.
it was wrong when i run “./build.sh”, how to solve this problem?