Browse tinygo APIs easily. Above is the HTTP server for browsing different APIs among targets, with the ADC type selected. The number to the right of the API is the amount of times it appears in documentation.
To run with tinygo in the same folder as tinygodoc:
go run ./cmd/tgdoc -http=:18080 ../tinygo/targets ../tinygo/src/machine
Usage of tgdoc:
-all
include unexported identifiers
-base
include base/parent targets
-http string
serve HTTP documentation (e.g. :8080)
-json
output JSON to stdout
