You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes type error on different versions of Go/TinyGo
```
$ spin build
Building component outbound-redis with `tinygo build -target=wasi -gc=leaking -no-debug -o main.wasm main.go`
../../sdk/go/redis/internals.go:167:10: undefined: C._Ctype_union___9
Error: Build command for component outbound-redis failed with status Exited(1)
```
Signed-off-by: Adam Reese <[email protected]>
0 commit comments