golang-libvips-cgo-zh/ #2
Replies: 3 comments
-
下午好,我使用purego怎么处理char **类型呢,我尝试了[]string结果发现不行 |
Beta Was this translation helpful? Give feedback.
0 replies
-
其实对于 go 项目来说静态链接就是一大优势。如果使用 purego 感觉反而缺失了 go 静态链接的优势。不过都准备用 cgo 了,为啥不试试 rust 呢 |
Beta Was this translation helpful? Give feedback.
0 replies
-
如果这个项目需要用cgo了,其实我更愿意用c/c++开了,这样更纯粹 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
golang-libvips-cgo-zh/
This article is also available in English, at libvips, CGO, and purego: How to Compile and Run Go Applications on different platforms. Go 最令人瞩目的一大特点便是支持非常方便的跨系统、跨架构的交叉编译。想象一下这样的场景: 你有一位朋
https://blog.webp.se/golang-libvips-cgo-zh/
Beta Was this translation helpful? Give feedback.
All reactions