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
This isn't working because current TinyGo TLS support is only for baremetal devices with mbed firmware for offloading the TLS protocol. TinyGo will redirect tls calls down to mbed firmware.
Seems we need someway at compile time to pick which 'net' and 'crypto/tls' packages for the target. If targeting WASM or non-baremetal, pick the standard Go packages. If targeting baremetal, pick the TinyGo 'net' and 'crypto/tls' packages.
verifier.go
The text was updated successfully, but these errors were encountered: