Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Future Possibilities for .NET Core and WASI - WebAssembly on the Server
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Steve Sanderson, Principal Software Engineering Lead, Microsoft
- 3 What is web assembly?
- 4 WASI (Web Assembly System Interface)
- 5 Why would you want your code to be running inside a Wasm sandbox?
- 6 Benefits of having WASI representing the ABI between a host and app
- 7 Why you can't run .NET in this environment
- 8 Building a Blazor WebAssembly application
- 9 What is the wasisdk?
- 10 Demo; Experimental .NET SDK for WASI
- 11 Wasmtime
- 12 Can you use the more advanced features of ASP.NET Core?
- 13 Example of what you should not do.
- 14 Examples; actual hosts
- 15 Demo: ASP.NET Core on Sat (from Suborbital)