awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
gleam-lang avatar

gleam-lang/javascript

0
View on GitHub↗
77 星标·13 分支·Gleam·2 次浏览hexdocs.pm/gleam_javascript↗

Javascript

Work with JavaScript types and values in Gleam, including promises!

Features

  • JavaScript Interop - Interacts with JavaScript types and values.

Star 历史

gleam-lang/javascript 的 Star 历史图表gleam-lang/javascript 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

gleam-lang/javascript 是做什么的?

Work with JavaScript types and values in Gleam, including promises!

gleam-lang/javascript 的主要功能有哪些?

gleam-lang/javascript 的主要功能包括:JavaScript Interop。

gleam-lang/javascript 有哪些开源替代品?

gleam-lang/javascript 的开源替代品包括: wasm-bindgen/wasm-bindgen — wasm-bindgen is a glue code generator and interoperability tool that facilitates high-level communication and data… elm/compiler — This project is a functional programming compiler and JavaScript transpiler that transforms a statically typed… rescript-lang/rescript — ReScript is a statically typed programming language and compiler designed to transform type-safe source code into… ceramic/remote-js — Run JavaScript in a browser from Common Lisp. cxxxr/valtan — Common Lisp to JavaScript compiler. crowdhailer/plinth — Basic bindings to nodejs and browser platform API's. The aim of this package is to not make any new abstractions, so…

Javascript 的开源替代方案

相似的开源项目,按与 Javascript 的功能重合度排序。
  • wasm-bindgen/wasm-bindgenwasm-bindgen 的头像

    wasm-bindgen/wasm-bindgen

    9,042在 GitHub 上查看↗

    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

    Rust
    在 GitHub 上查看↗9,042
  • rescript-lang/rescriptrescript-lang 的头像

    rescript-lang/rescript

    7,396在 GitHub 上查看↗

    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

    ReScriptaltjscompilerjavascript
    在 GitHub 上查看↗7,396
  • elm/compilerelm 的头像

    elm/compiler

    7,794在 GitHub 上查看↗

    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

    Haskellcompilerelm
    在 GitHub 上查看↗7,794
  • ceramic/remote-jsceramic 的头像

    ceramic/remote-js

    35在 GitHub 上查看↗

    Run JavaScript in a browser from Common Lisp

    Common Lisp
    在 GitHub 上查看↗35
  • 查看 Javascript 的所有 21 个替代方案→