Replies: 1 comment 1 reply
-
Duplicate of #7568 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
This isn't really a feature request per se -- I just wanted to share some incompatibilities I ran into when trying to create an external module. When using tinygo version 0.33 (latest), I ran into errors when attempting to build the wasm binary.
After a bit of digging, I found that tinygo updated its reflect package, which causes the breakage (example).
So - just wanted to call out that trivy will also need some minor updates here if/when you decide to update tinygo > 0.31 and/or update Go > 1.22
edit: adding a link for Tinygo's recommendations on this issue https://tinygo.org/docs/guides/compatibility/#reflectsliceheader-and-reflectstringheader
Target
None
Scanner
None
Beta Was this translation helpful? Give feedback.
All reactions