Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/napi-rs/napi-rs

A framework for building compiled Node.js add-ons in Rust via Node-API
https://github.com/napi-rs/napi-rs

ci: fix arm64 job

Brooooooklyn opened this pull request 10 months ago
feat(napi): support `Return` generic of ThreadsafeFunction

Brooooooklyn opened this pull request 10 months ago
Ios/main

andrewtoth opened this pull request 10 months ago
feat(napi-derive): add optional enum_string case conversion

andrewtoth opened this pull request 10 months ago
Unsoundness of `External`

h-a-n-a opened this issue 10 months ago
feat(napi): support to use tuple with either

h-a-n-a opened this pull request 10 months ago
Add a command to add or remove platform

Zagrios opened this issue 10 months ago
feat(napi): support returning raw value for threadsafe function

h-a-n-a opened this pull request 10 months ago
NAPI RS Support for serverless Edge runtimes

aaronvg opened this issue 10 months ago
chore(deps): update yarn to v4.1.1

renovate[bot] opened this pull request 10 months ago
Cannot convert JSFunction to JSObject

victorteokw opened this issue 10 months ago
chore(deps): lock file maintenance

renovate[bot] opened this pull request 10 months ago
fix(cli): cleanup js binding template

Brooooooklyn opened this pull request 10 months ago
Throwing custom error subclass object

victorteokw opened this issue 10 months ago
fix(napi-derive): wrong dependency condition

Brooooooklyn opened this pull request 10 months ago
feat(napi): impl BufferSlice and Uint8ClampedSlice

Brooooooklyn opened this pull request 10 months ago
feat(napi): impl chained Into for TypedArray types

Brooooooklyn opened this pull request 10 months ago
fix(napi-derive): HashMap/IndexMap and slice generated types

Brooooooklyn opened this pull request 10 months ago
style(napi-derive): clippy fix

Brooooooklyn opened this pull request 10 months ago
fix(napi): remove useless create_reference in slice => TypedArray impl

Brooooooklyn opened this pull request 10 months ago
chore: fix renovate path and dedupe electron versions

Brooooooklyn opened this pull request 10 months ago
Poor Buffer (and possibly bigint?) performance

vekexasia opened this issue 10 months ago
Napi cli flag --no-js

hanako-eo opened this issue 11 months ago
feat(napi-derive): add use_nullable attribute

sup39 opened this pull request 11 months ago
fix(napi): no hard fail on ThreadsafeFunction::call_async

lbarthon opened this pull request 11 months ago
fix(cli): allow more platform & arch fallback to wasm

Brooooooklyn opened this pull request 11 months ago
fix(cli): fallback to wasm32 if platform is not support

Brooooooklyn opened this pull request 11 months ago
feat(napi): allow Reference as a class method param

lbarthon opened this pull request 11 months ago
chore(deps): bump ip from 1.1.8 to 1.1.9

dependabot[bot] opened this pull request 11 months ago
fix(Buffer): prevent memory leak when Custom GC is used

lbarthon opened this pull request 11 months ago
chore(deps): update dependency electron to v29

renovate[bot] opened this pull request 11 months ago
fix: remove outdated rustdoc about tokio channels

lbarthon opened this pull request 11 months ago
fix(cli,build): build params

Brooooooklyn opened this pull request 11 months ago
#[napi(constructor)] broken on struct

lbarthon opened this issue 11 months ago
feat(cli,build): support setjmp.h

Brooooooklyn opened this pull request 11 months ago
refactor(cli): refactor js-binding to support easier bundling.

everett1992 opened this pull request 11 months ago
ci: upgrade toolchain in Docker

Brooooooklyn opened this pull request 11 months ago
fix(cli): set cxxflags while WASI_SDK_PATH exists

Brooooooklyn opened this pull request 11 months ago
fix(napi): memory leak while using Reference

Brooooooklyn opened this pull request 11 months ago
style: apply clippy fix

Brooooooklyn opened this pull request 11 months ago
Memory leak in `Reference.share_with`

lbarthon opened this issue 11 months ago
feat(napi): accept slice as TypedArray

Brooooooklyn opened this pull request 11 months ago
feat(napi): extends the Map types interoperability

Brooooooklyn opened this pull request 11 months ago
Ensure cwd and outputDir are used for finding files

andymac4182 opened this pull request 11 months ago
Webpack/esbuild/bundler support or examples.

everett1992 opened this issue 11 months ago
feature: Add ability to represent nullable TypeScript fields

sup39 opened this pull request 11 months ago
fix(cli): log more wasi load errors

Brooooooklyn opened this pull request 11 months ago
fix(cli): setup cxx env while using napi-cross

Brooooooklyn opened this pull request 11 months ago
fix(napi-derive): serde Number typing

Brooooooklyn opened this pull request 11 months ago
[Feature Request] Add nodejs.util.inspect.custom support

everplus opened this issue 11 months ago
chore(deps): update dependency @taplo/cli to ^0.7.0

renovate[bot] opened this pull request 11 months ago
ci: use m1 macos

Brooooooklyn opened this pull request 11 months ago
chore(cli): upgrade peer dependencies

Brooooooklyn opened this pull request 11 months ago
chore(deps): update dependency emnapi to v1 - autoclosed

renovate[bot] opened this pull request 11 months ago
chore(deps): lock file maintenance

renovate[bot] opened this pull request 11 months ago
fix(napi): in "Object::get", return null values wrapped in a "Some"

jkomyno opened this pull request 11 months ago
chore: upgrade all dependencies

Brooooooklyn opened this pull request 11 months ago
chore(deps): update yarn to v4.1.0

renovate[bot] opened this pull request 11 months ago
chore(deps): update dependency @emnapi/runtime to v1 - autoclosed

renovate[bot] opened this pull request 11 months ago
fix(deps): update dependency @emnapi/core to v1 - autoclosed

renovate[bot] opened this pull request 11 months ago
chore(deps): update dependency emnapi to v1 - autoclosed

renovate[bot] opened this pull request 11 months ago
chore(deps): update dependency npm-run-all2 to v6

renovate[bot] opened this pull request 11 months ago
chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0

renovate[bot] opened this pull request 11 months ago
chore(deps): update dependency esbuild to ^0.20.0

renovate[bot] opened this pull request 11 months ago
Failed to open shared object file when using re2

naskya opened this issue 11 months ago
fix(napi): Fix buffer corruption and soundness issues

Janrupf opened this pull request 11 months ago
fix(napi-derive): JsArrayBuffer generated type

Brooooooklyn opened this pull request 11 months ago
fix(napi): memory issue while creating external buffer on electron

Brooooooklyn opened this pull request 11 months ago
Support creating a napi crate as a workspace member

YassinEldeeb opened this issue 11 months ago
fix(napi): callback in execute_tokio_future does not need to be Send

Brooooooklyn opened this pull request 11 months ago
chore(napi): remove napi_val on Ref because it is unused

Brooooooklyn opened this pull request 11 months ago
chore(napi): delete unwrap_from_ref API because it was never work

Brooooooklyn opened this pull request 11 months ago
chore(deps): update dependency husky to v9

renovate[bot] opened this pull request 11 months ago
feat(napi): new Function/FunctionRef API

Brooooooklyn opened this pull request 12 months ago
chore(napi): expose spawn_blocking on tokio runtime

Brooooooklyn opened this pull request 12 months ago
fix(napi): block_on type

Brooooooklyn opened this pull request 12 months ago
chore(deps-dev): bump vite from 5.0.11 to 5.0.12

dependabot[bot] opened this pull request 12 months ago
fix(wasm-runtime): wasm compatible with core-js

fz6m opened this pull request 12 months ago
chore(deps): update actions/cache action to v4

renovate[bot] opened this pull request 12 months ago
How to call a async function through call_threadsafe_function

luhc228 opened this issue 12 months ago
support `napi build --lib` flag

OmarTawfik opened this issue 12 months ago
fix(cli,wasm-runtime): dependencies

Brooooooklyn opened this pull request 12 months ago
feat: add wasm runtime package

Brooooooklyn opened this pull request 12 months ago
Memory leak in napi::Error::from_reason

everplus opened this issue 12 months ago
feat(cli): Add support for s390x linux arch in js bindings template

mgcm opened this pull request 12 months ago
chore: bump memfs-browser

Brooooooklyn opened this pull request 12 months ago
fix(cli): add browser entry

Brooooooklyn opened this pull request 12 months ago
DWARF support

Brooooooklyn opened this issue 12 months ago
[Track issue] WebAssembly Feature

Brooooooklyn opened this issue 12 months ago
How about remove RS-CLI with type-def?

southorange0929 opened this issue 12 months ago