Okojo 0.1.0-preview.1
dotnet add package Okojo --version 0.1.0-preview.1
NuGet\Install-Package Okojo -Version 0.1.0-preview.1
<PackageReference Include="Okojo" Version="0.1.0-preview.1" />
<PackageVersion Include="Okojo" Version="0.1.0-preview.1" />
<PackageReference Include="Okojo" />
paket add Okojo --version 0.1.0-preview.1
#r "nuget: Okojo, 0.1.0-preview.1"
#:package Okojo@0.1.0-preview.1
#addin nuget:?package=Okojo&version=0.1.0-preview.1&prerelease
#tool nuget:?package=Okojo&version=0.1.0-preview.1&prerelease
Okojo
Okojo is the core JavaScript engine package for .NET.
It provides:
- script and module evaluation
- promises and async execution
- the main embedding API (
JsRuntime,JsRealm, agents, modules)
Quick start
using Okojo;
using var runtime = JsRuntime.Create();
var realm = runtime.MainRealm;
var value = realm.Evaluate("1 + 2");
Console.WriteLine(value);
Add companion packages as needed:
Okojo.Hostingfor host schedulers and worker helpersOkojo.WebPlatformforfetch, timers, workers, and server/web globalsOkojo.Reflectionfor opt-in CLR accessOkojo.WebAssemblyfor backend-agnostic WebAssembly integration
| 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 (5)
Showing the top 5 NuGet packages that depend on Okojo:
| Package | Downloads |
|---|---|
|
Okojo.WebAssembly
Backend-agnostic WebAssembly integration APIs for Okojo runtimes. |
|
|
Okojo.WebPlatform
Portable web-platform APIs such as fetch, timers, workers, and host-installed globals for Okojo. |
|
|
Okojo.Reflection
Reflection-based CLR interop extensions for Okojo runtimes. |
|
|
Okojo.Diagnostics
Diagnostics and formatting helpers for inspecting Okojo values and bytecode. |
|
|
Okojo.Hosting
Hosting helpers, schedulers, queues, and worker infrastructure for Okojo runtimes. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.0-preview.1 | 39 | 4/10/2026 |