Steps to reproduce:
tinygo flash -size full -target=elecrow-rp2350 -monitor .
Observe the LED is not blinking.
- Comment the import in main.go:
// _ "github.com/nats-io/nats.go"
-
Re-run the same
tinygo flash
command. -
Observe the LED is blinking.
The module is my fork of github.com/nats-io/nats.go where I simply commented stuff that was breaking compilation with tinygo. https://github.com/alexbozhenko/nats.go/tree/tinygo
Somehow, the import of github.com/nats-io/nats.go
is breaking... something.