Closed PeterCCLiu closed 3 years ago
We want to call the Go code from Javascript using ffi. To do that, I am trying to build this whole project into one single *.dylib file, using -buildmode=c-shared
-buildmode=c-shared
I wonder if it is possible to do so?
We want to call the Go code from Javascript using ffi. To do that, I am trying to build this whole project into one single *.dylib file, using
-buildmode=c-shared
I wonder if it is possible to do so?