sq/JSIL
CIL to Javascript Compiler observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5624
- days_rel: n/a
- days_push: 3108
- n_releases_24m: 0
Adoption not part of the score
1733 stars · 238 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
JSIL is a compiler that transforms .NET CIL bytecode into readable, standards-compliant JavaScript that runs in browsers or other JavaScript runtimes. It supports most .NET languages (C#, VB.NET, partial F#) and much of the .NET base class library, including XNA games via FNA.
Use cases
- compile a C# application to JavaScript
- port an XNA game to run in the browser
- run .NET libraries in a web browser
- convert VB.NET code to JavaScript
- transpile .NET bytecode to cross-browser JS
When to choose
- you have existing .NET/C# code or games you want to run in a browser without rewriting
- you need readable, debuggable generated JavaScript rather than opaque output
- you rely on broad .NET runtime features like pointers or P/Invoke
When to avoid
- you are starting a new web project from scratch - write JavaScript or TypeScript directly
- you need actively developed tooling with modern .NET (Core/5+) support
- you need guaranteed bug-free compilation - the project is in partial maintenance mode
Facets
cli-tool · maturity maintenance
compiler developer-tools compilers web-development developer-tools windows cross-platform browser cil-to-javascript dotnet transpiler xna webassembly-adjacent
2 sources
- readme: https://github.com/sq/JSIL · fetched 2026-08-28 · 36432e81c2cd
- homepage: http://jsil.org/ · fetched 2026-08-29 · 81a62577ff90
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sq/JSIL | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem