<PackageReference Include="Serilog" Version="4.3.1-dev-02415" />

System.Runtime.InteropServices.WasmImportLinkageAttribute

Specifies that the P/Invoke marked with this attribute should be linked in as a WASM import.
namespace System.Runtime.InteropServices { internal sealed class WasmImportLinkageAttribute : Attribute { public WasmImportLinkageAttribute(); } }