When running dotnet-aot-wasm and dotnet-interp-wasm I see 2 console warnings:
MONO_WASM: WebAssembly resource does not have the expected content type "application/wasm", so falling back to slower ArrayBuffer instantiation.
It would be nice to try to avoid them.