30 open-source projects similar to koute/cargo-web, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Cargo Web alternative.
💎 Artichoke is a Ruby made with Rust
Walt is a transpiler and typed language that converts a JavaScript-like syntax into WebAssembly binary format. It functions as a toolchain for developing high-performance logic for browsers and runtimes by translating typed source code into WebAssembly text format. The project includes a bundler-integrated loader that automates the recompilation of source files during the build process. It provides a linear memory manager used to define custom data layouts, structs, and memory allocators within a contiguous heap. The language supports defined function signatures, numeric types, and the abili
Prebuilt SBCL binary for Android (Termux)
A collection of different transport implementations and related tools focused primarily on web technologies.
Cython is a compiler that translates Python code into C or C++ to create high-performance extension modules. It functions as a static typing optimizer and a C extension generator, allowing developers to declare C types within Python code to reduce interpreter overhead and increase execution speed. The project enables the wrapping of external C libraries to provide high-level interfaces to low-level system capabilities. It also serves as a native binary packager, capable of freezing scripts and their dependencies into standalone executable binaries for distribution. The system covers a broad
The project is superceded by Fengari. See https://fengari.io/
Faster, simpler and more portable implementation of jq-inspired language in OCaml
Implementation of Python 3.x for .NET Framework that is built on top of the Dynamic Language Runtime.
gojq is a JSON query engine and transformation tool implemented in Go. It serves as a Go language port of the jq command, providing a library for embedding JSON and YAML manipulation capabilities directly into Go applications. The tool functions as an arbitrary-precision JSON processor, performing mathematical operations on large integers to prevent precision loss or numeric overflow during data transformations. Its broader capabilities include filtering and reshaping structured data using a specialized query language, converting between YAML and JSON formats, and formatting date and time st
The native Clojure dialect hosted on LLVM with seamless C++ interop.