wasmerio / wasmer-go

🐹🕸️ WebAssembly runtime for Go

Home Page:https://pkg.go.dev/github.com/wasmerio/wasmer-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I compile all the libs with my main.go?

boli2017 opened this issue · comments

Summary

How can I compile all the libs with my main.go?
I use an alpine container to run my program, but an error is reported that the so dependency is missing. Is there a way to compile the dependency with my program into a binary file

Additional details

Or is there any other way for my program to run in a lightweight basic mirror container like Alpine