Open LittleSheep2Code opened 1 year ago
You may need to add a LD_LIBRARY_PATH
env. var. that point to the libwasmer.so
library.
You may need to add a
LD_LIBRARY_PATH
env. var. that point to thelibwasmer.so
library.
But I cannot found libwasmer.so
. Do I need to install other packages?
I rebuild my project on my remote server. Build is success, but it still cannot run.
LD_LIBRARY_PATH
How to compile libwasmer.so with my main.go?
Summary
Run wasmer-go on remote server. But it's work on my local machine. I also try to install wasmer CLI and failed too. Which libraries do I need to install?