22 repository-uri
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 este un compilator și un toolchain de limbaj cross-platform care transformă codul sursă Scala în JavaScript sau WebAssembly. Funcționează ca un instrument tipizat static pentru ecosistemul JavaScript, permițând dezvoltarea de aplicații pentru browsere web și medii Node.js. Proiectul servește ca framework de interop JavaScript, permițând crearea de fațade și binding-uri type-safe pentru a interacționa cu biblioteci externe și obiecte globale. Oferă mecanisme atât pentru invocarea JavaScript statică, cât și dinamică, inclusiv generarea de binding-uri TypeScript și capacitatea de a exporta logica internă pentru utilizare în cod JavaScript extern. Toolchain-ul include un instrument de build frontend pentru bundling-ul de producție și optimizarea output-ului, inclusiv eliminarea codului mort și împărțirea modulelor. Acoperă o suprafață largă de capabilități, inclusiv verificarea tipurilor elementelor DOM pentru dezvoltarea UI, partajarea codului cross-platform pentru dezvoltarea full-stack și diverse framework-uri de testare pentru verificarea artefactelor de build optimizate. Scripturile compilate pot fi executate direct într-un mediu de linie de comandă folosind un interpretor 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.