22 repositorios
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 es un compilador y cadena de herramientas de lenguaje multiplataforma que transforma código fuente de Scala en JavaScript o WebAssembly. Funciona como una herramienta tipada estáticamente para el ecosistema JavaScript, permitiendo el desarrollo de aplicaciones para navegadores web y entornos Node.js. El proyecto sirve como framework de interoperabilidad con JavaScript, permitiendo la creación de fachadas y bindings tipados de forma segura para interactuar con librerías externas y objetos globales. Proporciona mecanismos para la invocación de JavaScript tanto estática como dinámica, incluyendo la generación de bindings de TypeScript y la capacidad de exportar lógica interna para su uso en código JavaScript externo. La cadena de herramientas incluye una herramienta de construcción frontend para empaquetado de producción y optimización de salida, incluyendo eliminación de código muerto y división de módulos. Cubre una amplia superficie de capacidades, incluyendo verificación de tipos de elementos DOM para desarrollo de UI, intercambio de código multiplataforma para desarrollo full-stack y varios frameworks de pruebas para verificar artefactos de construcción optimizados. Los scripts compilados pueden ejecutarse directamente dentro de un entorno de línea de comandos utilizando un intérprete de 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.