Blazor JSInterop has a special JSRuntime that lets me call JS functions from .Net without any marshalling for max performance in a webassembly scenario: WebAssemblyJSRuntime Class
What is the equivalent in JS for calling a .Net method from JS without marshalling?