NetWasm.Compiler.Browser
0.2.3
See the version list below for details.
dotnet add package NetWasm.Compiler.Browser --version 0.2.3
NuGet\Install-Package NetWasm.Compiler.Browser -Version 0.2.3
<PackageReference Include="NetWasm.Compiler.Browser" Version="0.2.3" />
<PackageVersion Include="NetWasm.Compiler.Browser" Version="0.2.3" />
<PackageReference Include="NetWasm.Compiler.Browser" />
paket add NetWasm.Compiler.Browser --version 0.2.3
#r "nuget: NetWasm.Compiler.Browser, 0.2.3"
#:package NetWasm.Compiler.Browser@0.2.3
#addin nuget:?package=NetWasm.Compiler.Browser&version=0.2.3
#tool nuget:?package=NetWasm.Compiler.Browser&version=0.2.3
NetWasm.Compiler.Browser
NetWasm.Compiler.Browser provides the virtual-input compiler boundary used by
browser and WebAssembly hosts. Callers supply managed assemblies, references,
WIT documents and source metadata as owned byte arrays; the adapter returns
diagnostics and compiler artifacts without reading arbitrary host paths.
The package carries the closed NetWasm compiler assembly dependency set needed by that adapter. Hosts remain responsible for supplying Roslyn and for enforcing their own memory, time, source-size and capability limits.
Create one BrowserCompilerSession per retained compiler worker and reuse it for
sequential calls. Set CompilerOptions.EnableFrontendCache for development builds
to reuse completed dependency analysis and method-local lowering in that session.
The static BrowserCompiler.Compile entry point remains available for one-shot
compilation and does not retain frontend artifacts between calls.
| 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. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.4.1 | 0 | 9/22/2026 |
| 0.4.0 | 38 | 9/21/2026 |
| 0.3.0 | 50 | 9/20/2026 |
| 0.3.0-preview.1 | 40 | 9/20/2026 |
| 0.2.4 | 41 | 9/20/2026 |
| 0.2.4-preview.1 | 37 | 9/20/2026 |
| 0.2.3 | 49 | 9/18/2026 |
| 0.2.3-preview.1 | 42 | 9/18/2026 |
| 0.2.2 | 49 | 9/18/2026 |
| 0.2.2-preview.1 | 36 | 9/18/2026 |
| 0.2.0 | 64 | 9/16/2026 |
| 0.2.0-preview.1 | 41 | 9/16/2026 |