tinygo icon indicating copy to clipboard operation
tinygo copied to clipboard

Does tinygo not support TLS features?

Open jrovis opened this issue 1 year ago • 0 comments

Does tinygo not support TLS features?

My Question:

tinygo build -o main.wasm -target=wasi main.go

# github.com/segmentio/kafka-go/protocol
../../../../go/pkg/mod/github.com/segmentio/[email protected]/protocol/response.go:156:24: undefined: tls.VersionTLS13
../../../../go/pkg/mod/github.com/segmentio/[email protected]/protocol/response.go:156:55: undefined: tls.VersionTLS10

Compile environment: go version go1.22.3 darwin/amd64 tinygo version 0.31.2 darwin/amd64 (using go version go1.22.3 and LLVM version 17.0.1) kafka-go v0.4.47

jrovis avatar May 21 '24 09:05 jrovis