Skip to content

Commit

Permalink
[WASI] finalizer + HTTP client child resources (#107096)
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Dice <[email protected]>
  • Loading branch information
pavelsavara and dicej authored Aug 29, 2024
1 parent 92d0ed4 commit e04659d
Show file tree
Hide file tree
Showing 7 changed files with 830 additions and 642 deletions.
3 changes: 3 additions & 0 deletions src/libraries/System.Net.Http/src/System.Net.Http.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,9 @@
<ItemGroup Condition="'$(TargetPlatformIdentifier)' == 'wasi'">
<Reference Include="System.Threading.Thread" />
<Compile Include="System\Net\Http\WasiHttpHandler\WasiHttpHandler.cs" />
<Compile Include="System\Net\Http\WasiHttpHandler\WasiHttpInterop.cs" />
<Compile Include="System\Net\Http\WasiHttpHandler\WasiOutputStream.cs" />
<Compile Include="System\Net\Http\WasiHttpHandler\WasiInputStream.cs" />
<Compile Include="System\Net\Http\WasiHttpHandler\WasiHttp.cs" />
<Compile Include="System\Net\Http\WasiHttpHandler\WasiHttpWorld.wit.imports.wasi.clocks.v0_2_1.MonotonicClockInterop.cs" />
<Compile Include="System\Net\Http\WasiHttpHandler\WasiHttpWorld.wit.imports.wasi.http.v0_2_1.ITypes.cs" />
Expand Down
Loading

0 comments on commit e04659d

Please sign in to comment.