Jroc.Runtime
0.12.18
See the version list below for details.
dotnet add package Jroc.Runtime --version 0.12.18
NuGet\Install-Package Jroc.Runtime -Version 0.12.18
<PackageReference Include="Jroc.Runtime" Version="0.12.18" />
<PackageVersion Include="Jroc.Runtime" Version="0.12.18" />
<PackageReference Include="Jroc.Runtime" />
paket add Jroc.Runtime --version 0.12.18
#r "nuget: Jroc.Runtime, 0.12.18"
#:package Jroc.Runtime@0.12.18
#addin nuget:?package=Jroc.Runtime&version=0.12.18
#tool nuget:?package=Jroc.Runtime&version=0.12.18
Jroc.Runtime
Jroc.Runtime is the runtime support package for executing JROC-compiled assemblies and hosting compiled modules from .NET.
It ships the JavaScriptRuntime.dll assembly plus the Jroc.Runtime hosting APIs, including JsEngine.
Which package should I use?
Jroc.Runtime- Use this when your application needs the runtime support library or the public hosting APIs used to load compiled modules.
Jroc.SDK- Use this when your project should compile JavaScript during
dotnet build.
- Use this when your project should compile JavaScript during
Jroc.Core- Use this when you need the compiler as a reusable .NET library.
jroc- Use this when you want the standalone CLI/global tool for manual compilation.
Official releases publish Jroc.Runtime, jroc, Jroc.Core, and Jroc.SDK together at the same version. Keep the versions aligned when you mix them in one workflow.
Install
<ItemGroup>
<PackageReference Include="Jroc.Runtime" Version="VERSION" />
</ItemGroup>
Package surface
- NuGet package:
Jroc.Runtime - Public namespace:
Jroc.Runtime - Runtime assembly copied next to compiled outputs:
JavaScriptRuntime.dll
Hosting compiled JavaScript from C#
If you want to load a compiled module from C#, start with the hosting docs:
The main entry point is Jroc.Runtime.JsEngine, which can discover module ids and load typed or dynamic exports from compiled assemblies.
Links
- SDK docs: https://github.com/tomacox74/jroc/blob/master/docs/sdk/Index.md
- Source, issues, docs: https://github.com/tomacox74/jroc
- License: Apache-2.0
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Jroc.Runtime:
| Package | Downloads |
|---|---|
|
Jroc.Core
Reusable jroc compiler library for embedding JavaScript-to-.NET compilation in custom .NET tools and hosts. |
|
|
Jroc.SDK
MSBuild SDK package for compiling JavaScript sources into .NET assemblies during dotnet build. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.12.21 | 84 | 9/9/2026 |
| 0.12.20 | 97 | 9/8/2026 |
| 0.12.19 | 110 | 9/8/2026 |
| 0.12.18 | 126 | 9/2/2026 |
| 0.12.17 | 111 | 9/2/2026 |
| 0.12.16 | 116 | 9/1/2026 |
| 0.12.15 | 120 | 8/30/2026 |
| 0.12.14 | 136 | 8/23/2026 |
| 0.12.13 | 138 | 8/21/2026 |
| 0.12.12 | 138 | 8/21/2026 |
| 0.12.11 | 132 | 8/19/2026 |
| 0.12.10 | 144 | 8/18/2026 |
| 0.12.9 | 129 | 8/18/2026 |
| 0.12.8 | 128 | 8/17/2026 |
| 0.12.7 | 130 | 8/16/2026 |
| 0.12.4 | 128 | 8/6/2026 |
| 0.12.3 | 141 | 8/5/2026 |
| 0.12.2 | 146 | 8/5/2026 |
| 0.12.1 | 141 | 8/2/2026 |
| 0.12.0 | 139 | 8/1/2026 |