1 个仓库
Interfaces that use a common assembly model to integrate diverse scripting languages into one execution environment.
Distinct from Script Compilation: Focuses on the integration interface for multiple languages rather than the general process of compiling scripts to binaries.
Explore 1 awesome GitHub repository matching development tools & productivity · Standardized Assembly Interfaces. Refine with filters or upvote what's useful.
This project is a polyglot runtime bridge and interop framework designed to execute .NET and Node.js code within a single operating system process. It functions as a cross-runtime execution engine and in-process scripting host, enabling bidirectional communication and data exchange between the Common Language Runtime and JavaScript environments to eliminate cross-process communication overhead. The framework distinguishes itself by providing a system for bidirectional asynchronous callbacks and automatic data marshalling of binary buffers and serializable values between different managed obje
Uses a standardized assembly model to integrate multiple scripting languages into a single execution environment.