Hi, do I have to issue cmake
and make
twice to build iwasm
on Linux in addition to the libraries, or does it all happen from ./product-mini/platforms/linux
?
@Felix Lechner You can just issue cmake
and make
one time, the iwasm
, libvmlib.a
and libiwasm.so
are all generated under the build folder.
Hi! I have submitted issue #2665 to WAMR, but I think it must have surely have seen before by someone here in the community. Basically, I'm getting an empty libvmlib.a
from a linux build for the x86-64 target.
Luis Linares said:
Hi! I have submitted issue #2665 to WAMR, but I think it must have surely have seen before by someone here in the community. Basically, I'm getting an empty
libvmlib.a
from a linux build for the x86-64 target.
@Luis Linares thanks for reporting the issue, a patch has been submitted to fix it:
https://github.com/bytecodealliance/wasm-micro-runtime/pull/2669
Thank you @Wenyong Huang !
Last updated: Nov 22 2024 at 16:03 UTC