Skip to main content

Posts

Showing posts with the label ironjs

IronJs and C# how compile and translate

I'd like to convert my library in Javascript to C#. While doing research, it seems that it'll be easier to compiling the Javascript directly to a .NET executable instead of converting the code to C#. I've found IronJS but I found way to compile to .NET exe or dll to unassemble later.