WACS.ComponentModel.Parser
0.2.1
See the version list below for details.
dotnet add package WACS.ComponentModel.Parser --version 0.2.1
NuGet\Install-Package WACS.ComponentModel.Parser -Version 0.2.1
<PackageReference Include="WACS.ComponentModel.Parser" Version="0.2.1" />
<PackageVersion Include="WACS.ComponentModel.Parser" Version="0.2.1" />
<PackageReference Include="WACS.ComponentModel.Parser" />
paket add WACS.ComponentModel.Parser --version 0.2.1
#r "nuget: WACS.ComponentModel.Parser, 0.2.1"
#:package WACS.ComponentModel.Parser@0.2.1
#addin nuget:?package=WACS.ComponentModel.Parser&version=0.2.1
#tool nuget:?package=WACS.ComponentModel.Parser&version=0.2.1
AOT-safe binary parser for WebAssembly Component Model `.component.wasm` files — pure byte walker producing a typed ComponentModule, no reflection. Split from WACS.ComponentModel so harness / runtime consumers can load components under NativeAOT / Unity IL2CPP without pulling the reflective ComponentInstance / ComponentBridge surface.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
| .NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- No dependencies.
-
net8.0
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on WACS.ComponentModel.Parser:
| Package | Downloads |
|---|---|
|
WACS.ComponentModel
WebAssembly Component Model support for WACS. Provides the WIT IDL parser, component types, canonical ABI lift/lower, component instantiation, and the host binding surface for running .component.wasm modules on the WACS runtime and AOT transpiler. |
|
|
WACS.ComponentModel.Harness.Runtime
AOT-safe runtime support for typed WIT harnesses emitted by WACS.ComponentModel.Harness.Lib. Carries canonical-ABI memory readers / writers, string lift+lower for UTF-8/UTF-16/Latin1, the WitContract typed model for runtime + compile-time validation, and WitContractMismatchException. No reflection — every type here is callable from harness IL transpiled by NativeAOT or Unity IL2CPP. |
|
|
WACS.ComponentModel.Harness.Lib
Build-time IL emitter for typed WIT harnesses. Takes a WIT contract (either as a directory of `.wit` files or a pre-parsed CtPackage set) and emits a .NET assembly containing the typed harness class with `LoadFrom(byte[])` + per-export typed methods. Two ergonomic surfaces over one emit core: `EmitToFile` / `EmitToStream` for persisted .dll output (the `wacs harness gen` flow) and `EmitInMemory` for immediate consumption (the `wacs run --wit-dir` flow). Targets net9.0 to use PersistedAssemblyBuilder for the AOT-clean save+load round-trip. |
GitHub repositories
This package is not used by any popular GitHub repositories.