awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Microsoft avatar

Microsoft/ClearScript

0
View on GitHub↗
2,016 星标·164 分支·C#·MIT·5 次浏览clearscript.clearfoundry.net↗

ClearScript

A library for adding scripting to .NET applications. Supports V8 (Windows, Linux, macOS) and JScript/VBScript (Windows).

Features

  • JavaScript Engines - Add scripting capabilities to .NET applications via V8 or JScript.

Star 历史

microsoft/clearscript 的 Star 历史图表microsoft/clearscript 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

ClearScript 的开源替代方案

相似的开源项目,按与 ClearScript 的功能重合度排序。
  • chakra-core/chakracorechakra-core 的头像

    chakra-core/ChakraCore

    9,242在 GitHub 上查看↗

    ChakraCore is an embeddable JavaScript engine and high-performance scripting runtime. It provides a just-in-time compiler that converts JavaScript source code into optimized machine code during runtime to increase execution speed and throughput. The engine utilizes a multi-tiered compilation pipeline and tiered machine code generation to balance startup time with execution speed. Memory is managed via a concurrent garbage collector that reclaims unreachable objects on background threads to minimize application pauses. The project provides capabilities for embedded JavaScript execution and au

    JavaScriptchakrachakracorecplusplus
    在 GitHub 上查看↗9,242
  • microsoft/chakracoreMicrosoft 的头像

    Microsoft/ChakraCore

    9,256在 GitHub 上查看↗

    ChakraCore is an embedded JavaScript engine designed to be integrated as a library within a host application. Its primary purpose is to provide a programmable scripting layer and a lightweight runtime environment for executing JavaScript code and managing state via a programmatic interface. The project focuses on bridging high-level scripting with low-level system calls through a C API. This allows developers to implement custom scripting engines and embed JavaScript execution directly into applications to enable task automation and functional extensions. The engine utilizes a bytecode-based

    JavaScript
    在 GitHub 上查看↗9,256
  • paulbartrum/jurassicpaulbartrum 的头像

    paulbartrum/jurassic

    950在 GitHub 上查看↗

    A .NET library to parse and execute JavaScript code.

    C#compilerjavascriptlibrary
    在 GitHub 上查看↗950
  • sebastienros/jintsebastienros 的头像

    sebastienros/jint

    4,653在 GitHub 上查看↗

    Jint is a JavaScript interpreter for the .NET ecosystem that executes code without requiring a browser or Node.js environment. It is an ECMAScript compliant engine that provides a sandboxed scripting runtime with configurable limits on memory and time to run untrusted code. The engine features a native object bridge that exposes .NET classes and methods to JavaScript scripts for bidirectional data exchange. To reduce overhead during repeated executions, it utilizes a precompiled script cache to store parsed JavaScript in memory. The project covers asynchronous script execution and promise ha

    C#
    在 GitHub 上查看↗4,653
查看 ClearScript 的所有 6 个替代方案→

常见问题解答

microsoft/clearscript 是做什么的?

A library for adding scripting to .NET applications. Supports V8 (Windows, Linux, macOS) and JScript/VBScript (Windows).

microsoft/clearscript 的主要功能有哪些?

microsoft/clearscript 的主要功能包括:JavaScript Engines。

microsoft/clearscript 有哪些开源替代品?

microsoft/clearscript 的开源替代品包括: chakra-core/chakracore — ChakraCore is an embeddable JavaScript engine and high-performance scripting runtime. It provides a just-in-time… microsoft/chakracore — ChakraCore is an embedded JavaScript engine designed to be integrated as a library within a host application. Its… paulbartrum/jurassic — A .NET library to parse and execute JavaScript code. sebastienros/jint — Jint is a JavaScript interpreter for the .NET ecosystem that executes code without requiring a browser or Node.js… tjanczuk/edge — This project is a polyglot runtime bridge and interop framework designed to execute .NET and Node.js code within a… yantrajs/yantra — JavaScript Engine for .NET.