Socket
Socket
Sign inDemoInstall

@yuuang/ffi-rs-linux-arm64-musl

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yuuang/ffi-rs-linux-arm64-musl - npm Package Compare versions

Comparing version 1.0.62 to 1.0.63

2

package.json
{
"name": "@yuuang/ffi-rs-linux-arm64-musl",
"version": "1.0.62",
"version": "1.0.63",
"os": [

@@ -5,0 +5,0 @@ "linux"

@@ -74,2 +74,3 @@ # ffi-rs

- [doubleArray](#array)
- [floatArray](#array)
- [object](#struct)(Nested object is also supported at the latest version)

@@ -407,7 +408,7 @@ - [function](#function)

```js
const funcExternal: unknown[] = createPointer({
const ptrArr: unknown[] = createPointer({
paramsType: [DataType.DoubleArray],
paramsValue: [[1.1,2.2]]
})
const ptr = funcExternal[0]
load({

@@ -421,3 +422,3 @@ library: "libsum",

paramsType: [DataType.External, DataType.I32],
paramsValue: [ptr, bigDoubleArr.length],
paramsValue: [unwrapPointer(ptrArr)[0], bigDoubleArr.length],
})

@@ -424,0 +425,0 @@ ```

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc