awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
WebAssembly avatar

WebAssembly/WASI

0
View on GitHub↗
5,699 स्टार्स·324 फोर्क्स·Rust·6 व्यूज़

WASI

WebAssembly System Interface (WASI) APIs का एक मानकीकृत सेट है जो WebAssembly मॉड्यूल्स को पोर्टेबल और प्लेटफ़ॉर्म-स्वतंत्र तरीके से ऑपरेटिंग सिस्टम के साथ इंटरैक्ट करने की अनुमति देता है। यह एक पोर्टेबल रनटाइम एब्स्ट्रैक्शन प्रदान करता है जो विभिन्न ऑपरेटिंग सिस्टम्स के बीच संगतता सुनिश्चित करने के लिए हाई-लेवल सिस्टम कॉल्स को लो-लेवल होस्ट कार्यान्वयन से अलग करता है।

यह प्रोजेक्ट स्वतंत्र बाइनरी मॉड्यूल्स को साझा इंटरफ़ेस के माध्यम से लिंक करने के लिए एक कंपोनेंट-आधारित मॉड्यूल सिस्टम का उपयोग करता है, जिससे एक एकल मोनोलिथिक बाइनरी की आवश्यकता समाप्त हो जाती है। यह एक पोर्टेबल टाइप सिस्टम और API सिग्नेचर प्रदान करने के लिए क्रॉस-लैंग्वेज इंटरफ़ेस डेफिनिशन का उपयोग करता है जो कई प्रोग्रामिंग भाषाओं और टारगेट्स में लगातार मैप होते हैं।

यह सिस्टम क्षमता-आधारित सुरक्षा प्रबंधन सहित क्षमता क्षेत्रों की एक विस्तृत श्रृंखला को कवर करता है ताकि स्पष्ट टोकन के माध्यम से सिस्टम एक्सेस को प्रतिबंधित किया जा सके। यह हार्डवेयर संसाधनों के साथ इंटरैक्ट करने के लिए एसिंक्रोनस कार्य समन्वय और पोर्टेबल सिस्टम एकीकरण को भी संभालता है।

Features

  • Platform-Independent Execution Environments - Runs WebAssembly applications across different operating systems using a standardized set of system interface APIs.
  • WebAssembly - Provides a standardized set of APIs that allow WebAssembly modules to interact with operating systems in a portable manner.
  • Portable System API Abstractions - Separates high-level portable system calls from low-level host implementations to ensure cross-platform compatibility.
  • Cross-Language API Standards - Defines a universal type system and set of interfaces that work consistently across multiple programming languages.
  • Binary Component Composition - Allows linking independent binary modules through shared interfaces to avoid monolithic binaries.
  • Binary Component Systems - Links independent binary modules through shared interfaces to create complex applications without a single monolithic binary.
  • Portable System Interfaces - Defines universal communication paths to interact with operating systems in a portable and platform-independent manner.
  • Capability-Based Security - Provides a security model that restricts system access via explicit capability tokens instead of ambient authority.
  • Interface Definition Languages - Defines portable API signatures and types that map consistently across multiple programming languages.
  • Runtime Abstraction Layers - Implements a layered API that separates high-level system calls from low-level host implementations.
  • System Call Mapping - Translates standardized abstract system calls into concrete host-specific operating system functions.
  • Asynchronous Flow Coordination - Coordinates concurrent tasks and data flows using asynchronous tools and streams to prevent blocking execution.
  • Asynchronous Operation Execution - Implements non-blocking system calls using futures to track background operation completion.
  • Modular Architecture Interfaces - Defines a collection of communication patterns using a type system that works across multiple programming languages.

स्टार हिस्ट्री

webassembly/wasi के लिए स्टार हिस्ट्री चार्टwebassembly/wasi के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

WASI के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो WASI के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • zerobias/effectorzerobias का अवतार

    zerobias/effector

    4,837GitHub पर देखें↗

    Effector is a reactive state management library and data flow orchestrator designed for building complex, event-driven applications. It models application logic as a directed acyclic graph, where state updates and asynchronous side effects propagate automatically through declarative pipelines. By decoupling business logic from user interface layers, it allows developers to maintain state in independent containers that communicate via standard interfaces, ensuring the system remains framework-agnostic. The library distinguishes itself through its robust support for isolated execution scopes, w

    TypeScript
    GitHub पर देखें↗4,837
  • alipay/furyalipay का अवतार

    alipay/fury

    4,412GitHub पर देखें↗

    Fury is a multi-language binary serialization framework designed for encoding domain objects and complex graphs to facilitate cross-language data exchange. It includes an interface definition language compiler that translates schema definitions into idiomatic native types and serialization boilerplate across multiple languages. The project distinguishes itself through a zero-copy binary reader that allows specific fields to be accessed without deserializing the entire object, as well as an object graph serializer that preserves circular references and referential integrity. It also features a

    Java
    GitHub पर देखें↗4,412
  • grpc/grpcgrpc का अवतार

    grpc/grpc

    44,891GitHub पर देखें↗

    gRPC is a language-agnostic remote procedure call framework designed for high-performance communication between distributed services. It utilizes a structured interface definition language to generate consistent client stubs and server skeletons, enabling applications to invoke methods on remote servers as if they were local objects. By leveraging the HTTP/2 transport layer, the framework supports efficient binary serialization and multiplexed data exchange across diverse programming environments. The framework distinguishes itself through its support for flexible communication patterns, incl

    C++
    GitHub पर देखें↗44,891
  • apache/dubbo-spring-boot-projectapache का अवतार

    apache/dubbo-spring-boot-project

    5,389GitHub पर देखें↗

    This project is an integration framework that bootstraps Apache Dubbo remote procedure call services within Spring Boot applications. It serves as a microservice communication framework that enables the implementation of RPC services, service discovery, and distributed governance through automated configuration. The project distinguishes itself by providing a cross-language RPC bridge, allowing services written in different languages to communicate via standards such as gRPC and Protobuf. It further enables the exposure of backend microservices as REST endpoints using the Triple protocol for

    Javadubbo
    GitHub पर देखें↗5,389
WASI के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

webassembly/wasi क्या करता है?

WebAssembly System Interface (WASI) APIs का एक मानकीकृत सेट है जो WebAssembly मॉड्यूल्स को पोर्टेबल और प्लेटफ़ॉर्म-स्वतंत्र तरीके से ऑपरेटिंग सिस्टम के साथ इंटरैक्ट करने की अनुमति देता है। यह एक पोर्टेबल रनटाइम एब्स्ट्रैक्शन प्रदान करता है जो विभिन्न ऑपरेटिंग सिस्टम्स के बीच संगतता सुनिश्चित करने के लिए हाई-लेवल सिस्टम कॉल्स को लो-लेवल होस्ट कार्यान्वयन से अलग करता है।

webassembly/wasi की मुख्य विशेषताएं क्या हैं?

webassembly/wasi की मुख्य विशेषताएं हैं: Platform-Independent Execution Environments, WebAssembly, Portable System API Abstractions, Cross-Language API Standards, Binary Component Composition, Binary Component Systems, Portable System Interfaces, Capability-Based Security।

webassembly/wasi के कुछ ओपन-सोर्स विकल्प क्या हैं?

webassembly/wasi के ओपन-सोर्स विकल्पों में शामिल हैं: zerobias/effector — Effector is a reactive state management library and data flow orchestrator designed for building complex, event-driven… alipay/fury — Fury is a multi-language binary serialization framework designed for encoding domain objects and complex graphs to… grpc/grpc — gRPC is a language-agnostic remote procedure call framework designed for high-performance communication between… apache/thrift — Thrift is a cross-language remote procedure call framework and data serialization protocol. It provides an interface… blizzard/s2client-proto — s2client-proto provides a set of structured data definitions and language-neutral communication protocols used to… apache/dubbo-spring-boot-project — This project is an integration framework that bootstraps Apache Dubbo remote procedure call services within Spring…