22 Repos
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 ist ein Compiler- und plattformübergreifendes Sprach-Toolchain-Projekt, das Scala-Quellcode in JavaScript oder WebAssembly transformiert. Es fungiert als statisch typisiertes Tool für das JavaScript-Ökosystem und ermöglicht die Entwicklung von Anwendungen für Webbrowser und Node.js-Umgebungen. Das Projekt dient als JavaScript-Interop-Framework, das die Erstellung typsicherer Facaden und Bindings ermöglicht, um mit externen Bibliotheken und globalen Objekten zu interagieren. Es bietet Mechanismen für sowohl statische als auch dynamische JavaScript-Aufrufe, einschließlich der Generierung von TypeScript-Bindings und der Möglichkeit, interne Logik für die Verwendung in externem JavaScript-Code zu exportieren. Die Toolchain enthält ein Frontend-Build-Tool für Production-Bundling und Output-Optimierung, einschließlich Dead-Code-Elimination und Modul-Splitting. Sie deckt ein breites Funktionsspektrum ab, einschließlich DOM-Element-Typ-Checking für UI-Entwicklung, plattformübergreifendes Code-Sharing für Full-Stack-Entwicklung sowie verschiedene Test-Frameworks zur Verifizierung optimierter Build-Artefakte. Kompilierte Skripte können direkt innerhalb einer Command-Line-Umgebung mittels eines JavaScript-Interpreters ausgeführt werden.
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.