3 repositorios
Exposes native structures as script objects to allow passing plain objects to native APIs.
Distinct from JavaScript-to-Native Bridges: Focuses on structure mapping, whereas JavaScript-to-Native Bridges focuses on the communication layer.
Explore 3 awesome GitHub repositories matching programming languages & runtimes · Native Structure Mappers. Refine with filters or upvote what's useful.
NativeScript is a cross-platform mobile development framework that enables the creation of native iOS and Android applications using JavaScript or TypeScript. It provides a direct bridge to native platform APIs, allowing developers to invoke native classes, methods, and properties directly from script code while maintaining full access to underlying mobile operating system features. The framework distinguishes itself through its direct native UI rendering, which maps declarative markup components to actual platform-native widgets rather than web-based views. This architecture is supported by
Exposes native structures as script objects, allowing developers to pass plain objects with matching shapes to native APIs.
This project provides a framework for binding Rust and Python, enabling the creation of native extension modules and the embedding of the Python interpreter within host applications. It functions as a cross-language interoperability library that facilitates the execution of scripts, the definition of classes, and the sharing of data structures across the boundary of the two runtimes. The framework distinguishes itself through the use of procedural macros to automate the generation of boilerplate code, simplifying the process of exposing native functions and data types. It employs type-level m
Maps native functions and data structures to compatible interfaces for execution as native modules.
Requires native functions imported by Wasm to accept an execution environment handle as their first parameter.