.NET 8 Preview 2
$ dotnet new wasmbrowser
$ dotnet publish -c Release -o pub
...
What I expect:
The pub directory contains index.html, dotnet.wasm, etc.  The stuff that normally would end up in bin/Release/net8.0/browser-wasm/AppBundle/
What actually happens:
The pub directory contains libmonosgen-2.0.a, pinvoke.c, runtime.es6.iffe.js, etc...