Skip to content

Decompile to JavaScript #3214

Discussion options

You must be logged in to vote

Yes, you probably want something like https://github.com/SharpKit/SharpKit (a C#-to-JavaScript compiler) or https://github.com/sq/JSIL (an MSIL-to-JavaScript compiler). This is out-of-scope of the ILSpy project, because we focus on displaying .NET IL byte-code and assembly metadata as well as trying to reconstruct the original C# code from IL by detecting and reversing patterns commonly used by C# compilers. Note that both of the previously mentioned projects seem to be abandoned, but the second one even uses an old version (pre-v3.0?) of the ILSpy decompiler engine to get a higher-level view of the IL byte-code.

My impression is that .NET-to-JavaScript is somewhat dead since the advent o…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@mrpmorris
Comment options

@siegfriedpammer
Comment options

Answer selected by mrpmorris
@mrpmorris
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
3 participants