This is simple demo customer code that uses dotnet.js
Easiest way is to test it is:
- copy this and other assemblies into
artifacts/bin/coreclr/browser.wasm.Debug/corehost - edit
dotnet.boot.jsto match your assemblies - run
dotnet-serve --directory artifacts/bin/coreclr/browser.wasm.Debug/corehostand point your browser - or run
node ./main.mjsin that directory.