Open WeiZhang555 opened 3 years ago
Hello,
Thank you for the detailed bug report. Can you please provide me your platform (OS) and architecture (CPU)? I see you're using musl. Did you compile Wasmer with LIBC=musl
?
Hello,
Thank you for the detailed bug report. Can you please provide me your platform (OS) and architecture (CPU)? I see you're using musl. Did you compile Wasmer with
LIBC=musl
?
Do you consider providing users with a universal container environment so that everyone can reproduce the problem? @Hywan
Describe the bug
wasmer-go is vendored in my private golang project, for removing unnecessary dependencies, I was trying to build my project with wasmer in cgo static build mode but failed, can you give me some guide how to make it work?
Steps to reproduce
github.com/wasmerio/wasmer
, cd wasmer dir,git checkout -b v2.0.0 2.0.0
switch to 2.0.0 release.make
to compile, got result as72b0251581c7
Expected behavior
The compilation should succeed and binary should be compiled as static.
Actual behavior
Got compilation error:
Can you give me some tips how to make it work? Thanks in advance!