-
Notifications
You must be signed in to change notification settings - Fork 928
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tinygo cgo compile error #3044
Comments
Try building with |
@dgryski I try this command:
But still error:
|
Yup, that's a current limitation of the |
OK, I'll keep an eye on your patch. You can add a tag to this issue with the patch you mentioned. |
@dgryski same problem here. |
hen I use tinygo to compile wasm plugin:
compile error. The error log is:
Once I disabled the cgo compile parameters,
The error log is:
My dependencies include prometheus and etcd. Both of their dependencies include xxhash. Is there any good idea?
The text was updated successfully, but these errors were encountered: