-
Hi, Thanks for making NAPI-RS!
I believe I've either found a bug in NAPI-RS or a bug in the documentation. In this case, I have written a Rust struct with a field with a `Vec` type signature. Confu…
-
Have a nice day! I try to build this module v5.3.9 branch with MrRob0-X patches within the kernel tree, but get errors:
`
drivers/staging/rtl8188/os_dep/linux/os_intfs.c:1621:9: error: too many ar…
-
## Steps to Reproduce
When I run `yarn`, the error is as follows:
```
warning Error running install script for optional dependency: "/Users/XXX/project/saas-statistics/node_modules/canvas: Command …
-
### OpenVINO Version
Master Branch
### Operating System
Windows System
### Device used for inference
CPU
### Framework
None
### Model used
NA
### Issue description
I cloned the openvino sam…
-
Is there a reason why we cannot export a tuple struct or tuple to the JS side?
```rust
#[napi]
pub fn plus_100(input: u32) -> (u32, u32) {
(input, input)
}
#[napi]
pub struct X(u32, u32);…
-
**Describe the bug**
I'm occasionally seeing shared_ptr ref counts to FunctionReference's going to zero inside the TimeoutDispatcher's ThreadedFunction. This triggers the destructor for the Function…
-
Since we finished the `wasm32-wasi-preview1-threads` target in https://github.com/napi-rs/napi-rs/pull/1669. We need to design a release workflow for wasm package.
## Goals
- Automatically fallbac…
-
```
npm install ffi-napi
npm ERR! code 1
npm ERR! path /Users/zoujiaqing/projects/node_modules/ffi-napi
npm ERR! command failed
npm ERR! command sh -c node-gyp-build
npm ERR! CC(target) Release/…
-
I want to develop it in rust like the example java code below.while doing this, I want it to know the callback method definitions on the rust side using trait.if it does not know, it creates a securit…
-
I just posted an update to your[ issue in CTS](https://github.com/gpuweb/cts/issues/117#issuecomment-590233037)
Could you please create a cts-napi branch here to develop against the [napi branch in…