8000 GitHub - alexbozhenko/nats.go_tinygo_repro
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alexbozhenko/nats.go_tinygo_repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to reproduce:

tinygo flash -size full    -target=elecrow-rp2350  -monitor  .

Observe the LED is not blinking.

  1. Comment the import in main.go:
  // _ "github.com/nats-io/nats.go"
  1. Re-run the same tinygo flash command.

  2. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0