[wasm] Implement dynamic calling of any JS function #78906
Labels
arch-wasm
WebAssembly architecture
area-System.Runtime.InteropServices.JavaScript
feature-request
os-browser
Browser variant of arch-wasm
Milestone
See #78853 (comment)
on JSObject member (probably also bind
this
)function
marshaled as return valuewill not know the number of parameters nor the types
will not know the preferred marshaling configuration
Therefore it will be much slower than
JSImport
and it will always make best guess on which marshaler to use for each parameter.The text was updated successfully, but these errors were encountered: