@yuuang/ffi-rs-win32-arm64-msvc
Advanced tools
Comparing version 1.0.99 to 1.1.0
{ | ||
"name": "@yuuang/ffi-rs-win32-arm64-msvc", | ||
"version": "1.0.99", | ||
"version": "1.1.0", | ||
"os": [ | ||
@@ -5,0 +5,0 @@ "win32" |
@@ -533,7 +533,7 @@ # ffi-rs | ||
// use arrayConstructor and set dynamicArray field to false | ||
// use arrayConstructor and set ffiTypeTag field to DataType.StackArray | ||
staticBytes: arrayConstructor({ | ||
type: DataType.U8Array, | ||
length: parent.staticBytes.length, | ||
dynamicArray: false | ||
ffiTypeTag: DataType.StackArray | ||
}), | ||
@@ -540,0 +540,0 @@ ``` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
657396