Feedback for “Home – NAPI-RS”

Open Beginner friendly
#37 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
68/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Stale
Tech stack
node.js, rust
Domain
documentation

Research direction

Start in the README and locate the bullet claiming "Zero copy data interactive between Rust & Node.js." Review the surrounding wording and issue context, then remove or correct the claim. Done means the README no longer makes the inaccurate zero-copy assertion.

Written by the indexing model from the issue text.

Description

The README has a bullet point claiming "Zero copy data interactive between Rust & Node.js".
All data is copied into/out of the JS virtual machine by definition. Rust, like every other foreign interface, cannot directly access the JS heap without risking race conditions with garbage collection.
This claim should be removed or corrected.

Dominant language
MDX
Stars
25
Forks
48
Avg merge
3d 22h
Merged PRs (30d)
7

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from napi-rs/website

All issues in napi-rs/website

Similar issues

More Documentation issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.