Skip to content

Automatically marshal JS functions to Actions and Functions in c# #240

@dpeter99

Description

@dpeter99

I'm trying to switch my JS engine to V8 from Jint, as Jint doesn't seam to provide debugging options for VSCode. In Jint if I call a c# functiont that takes in an Action<int> with a function as the parameter, it is automatically converted. I know host.proc exists but i would like to make the transfer as seamless to my users as possible, and the use of an extra function call for this is quite un natural for JS users.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions