SteveSandersonMS / dotnet-wasi-sdk

Packages for building .NET projects as standalone WASI-compliant modules
518 stars 36 forks source link

Samples for C# and F# on WAGI #3

Closed itowlson closed 2 years ago

itowlson commented 2 years ago

This PR demonstrates running a small static Web site using WAGI. It consists of a simple page generator in the Home project, and two static asset servers, one written in C# and one in F#. The README provides links to the WAGI specification, and to implementations of WAGI that people can use to try the samples out.

SteveSandersonMS commented 2 years ago

@itowlson I'll close this since I know you're not dependent on WAGI any more, and have a far more efficient integration mechanism instead.