awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesValue Construction Helpers

Utilities for creating primitive and complex values in a way that is compatible across different engine versions.

Distinct from JavaScript Runtime Compatibility Layers: Focuses on the construction of values for compatibility rather than general runtime polyfills.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Value Construction Helpers. Refine with filters or upvote what's useful.

Awesome Value Construction Helpers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • nodejs/nanAvatar nodejs

    nodejs/nan

    3,351Vezi pe GitHub↗

    This project is a compatibility layer and abstraction library for building native C++ addons for Node.js. It provides a consistent C++ API that allows a single codebase to compile against multiple versions of the V8 JavaScript engine by hiding version-specific differences behind macros and inline functions. The toolkit differentiates itself through specialized wrappers and managers, including a monadic wrapper for handles to avoid explicit null checks, a persistent reference manager for objects that must survive handle scope disposal, and a buffer abstraction API for version-compatible memory

    Constructs JavaScript primitives and objects using a unified helper to maintain cross-version compatibility.

    C++nodenodejs
    Vezi pe GitHub↗3,351
  1. Home
  2. Programming Languages & Runtimes
  3. JavaScript Runtime Compatibility Layers
  4. Value Construction Helpers