minio/c2goasm
C to Go Assembly observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3449
- days_rel: n/a
- days_push: 1740
- n_releases_24m: 0
Adoption not part of the score
1348 stars · 115 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
c2goasm is a command-line tool that converts assembly generated by C/C++ compilers (such as GCC or Clang) into Go (Plan 9 style) assembly. It is designed to be used together with asm2plan9s to create pure Go wrappers around C/C++ functions, e.g. those using SIMD intrinsics.
Use cases
- convert C compiler-generated assembly into Go assembly
- wrap C/C++ SIMD intrinsic functions for use in Go
- generate Go assembly wrappers for performance-critical C functions
- port individual C functions to Go assembly on a case-by-case basis
- combine with asm2plan9s to auto-generate pure Go assembly code
When to choose
- you need to call compiler-optimized C/C++ (e.g. AVX2 SIMD) code from Go without cgo
- you want to generate Plan 9 Go assembly automatically from compiler output
When to avoid
- you want to port an entire C/C++ project in one step
- you need a general-purpose C to Go source translator
- you are not comfortable writing accompanying Go wrapper code manually
Facets
cli-tool · maturity maintenance
compiler developer-tools cli developer-tools compilers performance cli cross-platform go go-assembly plan9-asm simd c-to-go code-generation asm2plan9s
1 source
- readme: https://github.com/minio/c2goasm · fetched 2026-08-28 · f392f39eac82
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| minio/c2goasm | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem