22 dépôts
Tools for compiling to or interacting with JavaScript.
Explore 22 awesome GitHub repositories matching part of an awesome list · JavaScript Interop. Refine with filters or upvote what's useful.
wasm-bindgen is a glue code generator and interoperability tool that facilitates high-level communication and data exchange between compiled Rust modules and JavaScript environments. It functions as a memory bridge and type definition generator, allowing the exchange of complex data types and the calling of functions across execution boundaries. The project distinguishes itself by automating the conversion of data types and function signatures using attribute-based bindings. It generates the necessary JavaScript and WebAssembly wrappers to manage linear memory mapping and creates automatic Ty
Exposes internal Rust functions as callable modules for execution within JavaScript environments.
This project is a functional programming compiler and JavaScript transpiler that transforms a statically typed language into optimized JavaScript for web browsers. It serves as a frontend architecture framework, providing a static type system and a package manager that enforces semantic versioning. The compiler uses a type-checking engine with automatic type inference to prevent runtime errors and guide code refactoring. It implements a structural pattern for managing application state and rendering user interfaces through a virtual DOM, utilizing immutable data and purity-based state transit
Enables bidirectional data exchange with JavaScript logic via ports and custom DOM elements.
ReScript is a statically typed programming language and compiler designed to transform type-safe source code into efficient, human-readable JavaScript. It functions as a transpiler that enforces data consistency and prevents runtime errors through static type analysis for both web and server applications. The project distinguishes itself as an incremental build system that analyzes dependency graphs to recompile only modified files and their dependents. It includes a JSX compatible compiler for building user interfaces and provides a framework for bridging type-safe code with existing JavaScr
Provides a framework for bridging type-safe code with JavaScript libraries using consistent interfaces.
Scala.js est un compilateur et une chaîne d'outils linguistique multiplateforme qui transforme le code source Scala en JavaScript ou WebAssembly. Il fonctionne comme un outil typé statiquement pour l'écosystème JavaScript, permettant le développement d'applications pour les navigateurs web et les environnements Node.js. Le projet sert de framework d'interopérabilité JavaScript, permettant la création de façades et de bindings typés pour interagir avec des bibliothèques externes et des objets globaux. Il fournit des mécanismes pour l'invocation JavaScript statique et dynamique, incluant la génération de bindings TypeScript et la capacité d'exporter une logique interne pour une utilisation dans du code JavaScript externe. La chaîne d'outils inclut un outil de build frontend pour le bundling de production et l'optimisation de sortie, incluant l'élimination de code mort et le découpage de modules. Elle couvre une large surface de fonctionnalités, incluant la vérification de type des éléments DOM pour le développement d'interface, le partage de code multiplateforme pour le développement full-stack, et divers frameworks de test pour vérifier les artefacts de build optimisés. Les scripts compilés peuvent être exécutés directement au sein d'un environnement en ligne de commande en utilisant un interpréteur JavaScript.
Compiler for targeting JavaScript from Scala.
A Lisp-to-JavaScript compiler bootstrapped from Common Lisp
Self-hosting Lisp-to-JS compiler.
Common Lisp to JavaScript compiler
Compiler for targeting JavaScript.
Emacs minor mode for live Parenscript interaction
Emacs mode for live browser interaction.
Work with JavaScript types and values in Gleam, including promises!
Interacts with JavaScript types and values.
Common Lisp (Parenscript) utilities for building web apps in ReactJs
React utilities for Lisp-to
Datastar Common Lisp SDK
SDK for integrating with Datastar.
Common Lisp (Parenscript) library for React
React library for Lisp-to-JS code.
Run JavaScript in a browser from Common Lisp
Bridge for sending JavaScript from Lisp to browsers.
ES6 macros for Parenscript
ES6 macro support for Lisp-to-JS compilation.
Parenscript Macros to aid generating react code
Macros for generating React code.
A web framework for writing react components in common lisp using jscl
Framework for React components using Lisp-to-JS.
async/await extension for Parenscript
Async/await support for Lisp-to-JS compilation.
Common Lisp JupyterLite kernel using JSCL
Jupyter kernel for browser-based Lisp execution.
Parenscript macros for jQuery
jQuery-style macros for Lisp-to-JS compilation.
A Parenscript to Javascript command line compiler and interpreter.
CLI compiler and REPL for Lisp-to-JS.
Bindings to the JavaScript DOMParser API.
Binds to the browser DOMParser API.