Releases: AIKernel-NET/AIKernel.Wasm
Release list
AIKernel.Wasm v0.1.2 — Deterministic Logos Capsule
AIKernel.Wasm v0.1.2 — Deterministic Logos Capsule.
WASM became AIKernel’s sandboxed runtime layer: a vessel that deterministically preserves boundaries for process, memory, stdin, file system, event, audio, screenshot, save-state, time, and WebGPU.
Pathos and priority have begun to be treated as runtime state that can be safely carried into this capsule.
WASM は AIKernel の sandboxed runtime layer として、
process、memory、stdin、file system、event、audio、screenshot、
save-state、time、WebGPU の境界を決定論的に保持する器となった。
Pathos や priority は、
この capsule の中へ安全に運び込める runtime state として扱われ始めた。
Highlights
- WASM runtime package family aligned to v0.1.2.
- Runtime, audio, display, input, HUD, models, perception, spatial, and WebGPU surfaces stabilized.
- Browser and WebGPU boundaries remain isolated from Core and Providers.
- Official NuGet package references verified.
AIKernel.Wasm v0.1.2.1 — Resident Perception Patch
AIKernel.Wasm v0.1.2.1 — June 19, 2026
Resident perception begins to take shape inside the deterministic sandbox capsule.
AIKernel.Wasm v0.1.2.1 — 2026年6月19日
常駐知覚が deterministic sandbox capsule の内部で輪郭を持ち始めた日。
This is a NuGet-only patch release for AIKernel.Wasm.
v0.1.2.1 keeps the official AIKernel.NET / AIKernel.Core / AIKernel.Providers / AIKernel.Common dependency boundary pinned to v0.1.2, while adding the first resident synthetic sensor pipeline groundwork for perception and spatial cognition.
Highlights
- Added Wasm synthetic sensor contracts for resident perception processing.
- Added a monadic perception pipeline surface using
Result<T>composition. - Added deterministic WebGPU kernel planning for synthetic sensor workloads.
- Added DI registration for synthetic sensor provider, planner, and pipeline.
- Updated provider manifests to
0.1.2.1. - Updated perception, user guide, getting started, operations, README, and release documentation.
- Added tests for synthetic sensor snapshots, kernel descriptor planning, and pipeline composition.
Package Scope
The following NuGet packages are included in this patch:
AIKernel.Wasm.AudioAIKernel.Wasm.DisplayAIKernel.Wasm.HudAIKernel.Wasm.InputAIKernel.Wasm.ModelsAIKernel.Wasm.PerceptionAIKernel.Wasm.RuntimeAIKernel.Wasm.SpatialAIKernel.Wasm.WebGpuComputeProvider
Validation
Validated before release:
dotnet build AIKernel.Wasm.slnx -c Release -p:WarningsAsErrors=1591dotnet test AIKernel.Wasm.slnx -c Release --no-build- Doom Topos VM smoke test
- NuGet pack for all 9 Wasm packages
- NuGet install smoke test
- Vulnerability check on the install smoke project
Notes
This patch does not introduce a new Python package release.
The Python wrapper remains aligned with the existing v0.1.2 release line.
AIKernel.Wasm v0.1.1 — Activating the WASM runtime surface
June 10th, 2026 — Activating the WASM runtime surface.
2026年6月10日──WASM ランタイム面を活性化する。
Activating the WASM runtime surface: memory, FS, events, audio, and WebGPU converge into a unified execution layer.
WASM ランタイム面の活性化──メモリ・FS・イベント・オーディオ・WebGPU が統一実行層へ収束する。
Highlights
AIKernel.Wasm 0.1.1 establishes the WASM runtime layer for the AIKernel Semantic OS. This release documents and validates the runtime, process, memory, filesystem, event, audio, screenshot, save-state, time, and WebGPU-facing surfaces as the sandboxed execution layer of the AIOS SDK.
What's Changed
- Finalized 0.1.1 WASM release documentation.
- Expanded user-facing documentation for AIKernel.Wasm, including runtime and usage guidance.
- Clarified WASM as the sandboxed runtime and lightweight VM layer of the AIOS SDK.
- Documented the relationship between WASM runtime surfaces and Core / Providers / Control.
- Clarified WebGPU provider positioning within the WASM runtime boundary.
- Added AIKernel.Monolith context as the official distribution that will eventually integrate the WASM layer.
- Updated release notes and documentation to consistently use 0.1.1 and June 10th, 2026.
- Kept WebGPU real-device validation outside automated release validation, while retaining CPU fallback and runtime tests.
Package Scope
This release covers:
- AIKernel.Wasm.Runtime
- WebGpuComputeProvider
Runtime Surface
The WASM layer documents and validates the following conceptual surfaces:
- WASM runtime
- process lifecycle
- linear memory
- filesystem bridge
- event bridge
- audio surface
- screenshot surface
- save-state surface
- time control surface
- WebGPU compute surface
Compatibility
- Target version: 0.1.1
- Compatible with AIKernel.NET 0.1.1 and AIKernel.Core 0.1.1.
- Designed as the sandboxed runtime layer of the AIKernel Semantic OS.
Validation
- Release build passed.
- AIKernel.Wasm runtime tests passed.
- WebGpuComputeProvider tests passed.