22 个仓库
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 是一个编译器和跨平台语言工具链,将 Scala 源代码转换为 JavaScript 或 WebAssembly。它作为 JavaScript 生态系统的一种静态类型工具,支持为 Web 浏览器和 Node.js 环境开发应用程序。 该项目作为一个 JavaScript 互操作框架,允许创建类型安全的门面(facades)和绑定,以与外部库和全局对象进行交互。它提供了静态和动态 JavaScript 调用机制,包括生成 TypeScript 绑定以及导出内部逻辑以供外部 JavaScript 代码使用的能力。 该工具链包含一个用于生产环境打包和输出优化的前端构建工具,包括死代码消除和模块拆分。它涵盖了广泛的功能面,包括用于 UI 开发的 DOM 元素类型检查、用于全栈开发的跨平台代码共享,以及用于验证优化构建产物的各种测试框架。 编译后的脚本可以使用 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.