<PackageReference Include="Serilog" Version="4.3.2-dev-02419" />

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(); } }