RyanLamansky / dotnet-webassembly

Create, read, modify, write and execute WebAssembly (WASM) files from .NET-based applications.
Apache License 2.0
792 stars 73 forks source link

AssemblyBuilder.Save in .NET 8 #61

Open ShalokShalom opened 1 year ago

ShalokShalom commented 1 year ago

Prototype: https://github.com/dotnet/runtimelab/tree/feature/assembly-builder-save

Issue: https://github.com/dotnet/runtime/issues/15704#issuecomment-1175353695

Hint: Once this is implemented, change the Readme accordingly

RyanLamansky commented 1 year ago

If this ships I will definitely plug it in 👍

Terricide commented 8 months ago

Looks like it is in .net 9.0 preview

RyanLamansky commented 8 months ago

If it's still there when .NET 9 releases, I'll integrate it!