ILRuntime
Script executor
A fast and reliable runtime for executing C# scripts in environments where just-in-time compilation is not possible.
Pure C# IL Intepreter Runtime, which is fast and reliable for scripting requirement on enviorments, where jitting isn't possible.
3k stars
188 watching
658 forks
Language: C#
last commit: 5 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| An interactive C# command-line REPL with syntax highlighting and various tools for rapid experimentation and exploration of the language. | 2,970 |
| Enables multiple C# top-level programs to be created, edited and run from a single project with automatic compilation and launch selection. | 287 |
| A GitHub action that executes C# scripts with the dotnet-exec tool without requiring a .NET SDK. | 1 |
| A tool for reverse-engineering Unity's il2cpp binaries | 7,195 |
| Provides Unity's high-quality rendering capabilities over the web using WebRTC technology. | 1,324 |
| A lightweight JavaScript framework for building reusable UI components with a concise syntax and minimal overhead. | 14,826 |
| A C# library that enables declarative and pure functional programming by providing extensions to the language. | 6,553 |
| Fast C# serializer for compact binary data | 5,868 |
| Automated tool for analyzing and reverse engineering Unity IL2CPP binaries | 2,641 |
| A .NET runtime implementation of the Windows Workflow Foundation (WF) workflow execution engine. | 1,146 |
| A .NET library for running external commands with customizable behavior and exception handling. | 705 |
| A tool for running tests in various programming languages from within Vim. | 3,010 |
| A node-based data processing framework using Unity UIElements and C# | 2,354 |
| Converts MSIL/C# code to native C++ machine code | 574 |
| An alternative to traditional P/Invoke in C# for easy and flexible native code interaction across multiple platforms and runtimes. | 496 |