Hi, I am trying to follow the x-lang approach to write the interop for nodejs using N-API.
I am only doing experiments and started working on the xlang ecma library. I can currently dump signatures for properties and methods but had some difficulty in decoding generic types such as Task and others.
Can someone point me to an example of decoding generic types?
Thank you!
Hi, I am trying to follow the x-lang approach to write the interop for nodejs using N-API.
I am only doing experiments and started working on the xlang ecma library. I can currently dump signatures for properties and methods but had some difficulty in decoding generic types such as Task and others.
Can someone point me to an example of decoding generic types?
Thank you!