rlang
WASM compiler
A compiler that converts a Ruby-like language into efficient WebAssembly code
A (subset of) Ruby to WebAssembly compiler
38 stars
7 watching
2 forks
Language: Ruby
last commit: about 2 years ago
Linked from 1 awesome list
rlang-compilerrubyruby-languagewasmwebassembly
Related projects:
Repository | Description | Stars |
---|---|---|
lys-lang/lys | A language compiler to WebAssembly | 420 |
swadicalrag/wasm2lua | A tool for compiling WebAssembly modules to Lua code | 194 |
renatoathaydes/wasm-on-jvm | A Gradle plugin to easily compile WebAssembly (WASM) files into JVM bytecode. | 24 |
ruby/ruby.wasm | A collection of WebAssembly ports of the CRuby interpreter | 686 |
shortercode/radiance | A compiler for a new language designed to compile to WebAssembly with the goal of providing safer and more concise code than JavaScript. | 20 |
wasmerio/wasmer-ruby | A WebAssembly runtime for Ruby that allows execution of compiled Rust code in a sandboxed environment. | 475 |
keno/julia-wasm | An experimental project that aims to compile Julia, a high-level programming language, into WebAssembly (WASM) format. | 334 |
roman01la/clj-wasm | Provides a text format for representing Clojure code in WebAssembly | 159 |
azur1s/holymer | A programming language being developed with Rust, aiming to implement compiler and interpreter components. | 42 |
wasmi-labs/wasmi | An efficient and lightweight WebAssembly interpreter with a focus on constrained and embedded systems. | 1,614 |
cretz/asmble | Compiles WebAssembly to JVM bytecode and provides utilities for working with WASM code. | 634 |
arboreta/arboreta-wasm | Tooling for compiling and running Common Lisp code in WebAssembly | 57 |
jaseemabid/olifant | A language targeting LLVM with the goal of building a simple compiler | 64 |
kanaka/warpy | An interpreter and runtime environment for WebAssembly in RPython | 66 |
stefano/wasm-forth | An implementation of the Forth programming language compiled to WebAssembly | 144 |