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