-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ideas/ToDo - More data types as parameters, return value, and inside struct #9
Comments
The latest version of struct supports double, i32array, doubleArray, stringArray, please refer to the latest readme for more details. retTypeLen is deprecated in the latest version, and arrayConstructor is added to specify the legal length of the returned array. |
the correct d.ts type will be refined in the next release |
Great. Thanks. |
support long type aka i64 in 1.0.32 |
Great. Thanks. |
support |
Is there any plan to add |
I'd like to see the following things get implemented. I can help if I get some guidance.
Data Types (highest priority top to bottom):
byte
float
int
long
short
byte array
float array
int array
long array
short array
Struct data types:
Struct Arrays
It would be great to have arrays inside structs as well.
The text was updated successfully, but these errors were encountered: