You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Memory<T> should work, assuming T is a type (such as byte) that is compatible with JS typed-arrays; there are some test cases for it in TestCases/napi-dotnet/collections.js
Can you share some code snippets showing what you are trying to do?
Based on my experiment, I found it doesn't work, this usage may need code generation.
byte[]
type works well in dynamic JS->.NET invocations.It would be good if this can be confirmed.
The text was updated successfully, but these errors were encountered: