Skip to content

Conversation

pavelsavara
Copy link
Member

@pavelsavara pavelsavara commented Jun 20, 2024

Stealing code and ideas from dotnet/runtimelab#2614

  • System.Threading.WasiEventLoop made accessible via Thread class
  • WasiHttpHandler and generated WasiHttpWorld.wit.imports
  • HTTP sample

credits to @dicej & @SingleAccretion

Contributes to #96419
Contributes to #98957

Parts are moved to

@pavelsavara pavelsavara added arch-wasm WebAssembly architecture area-Build-mono os-wasi Related to WASI variant of arch-wasm labels Jun 20, 2024
@pavelsavara pavelsavara self-assigned this Jun 20, 2024
Copy link
Contributor

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

@pavelsavara pavelsavara changed the title [wasi] upgrade to WASIp2 [wasi] upgrade to WASIp2 + wasi:http Jul 2, 2024
@pavelsavara

This comment was marked as resolved.

Copy link
Member

@akoeplinger akoeplinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, one nit that can be addressed in a future PR :)

</ItemGroup>

<ItemGroup Condition="'$(TargetPlatformIdentifier)' == 'wasi'">
<Reference Include="System.Threading.Thread" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: please move this to the ItemGroup below which has all the Reference items

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-Build-mono os-wasi Related to WASI variant of arch-wasm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants