kou
WebAssembly compiler
A compiler for a minimalist programming language designed to be compiled into WebAssembly bytecode
A minimal language compiled into wasm bytecode
134 stars
2 watching
4 forks
Language: TypeScript
last commit: about 5 years ago
Linked from 1 awesome list
compilerprogramming-languagewasm
Related projects:
Repository | Description | Stars |
---|---|---|
kign/c4wa | A WebAssembly compiler from a simplified subset of C to Web Assembly | 24 |
webghc/wasm-cross | A toolchain for cross-compiling C and Haskell to WebAssembly | 139 |
tmcw/wah | A compiler for a Clojure-based language that compiles to WebAssembly | 158 |
area9innovation/wase | Makes WebAssembly easy to write and compile by providing a friendly language with conventional syntax and type inference | 45 |
mafintosh/webassembly-binary-toolkit | A toolkit for compiling and utilizing WebAssembly binaries from source. | 59 |
renatoathaydes/wasm-on-jvm | A Gradle plugin to easily compile WebAssembly (WASM) files into JVM bytecode. | 24 |
cretz/asmble | Compiles WebAssembly to JVM bytecode and provides utilities for working with WASM code. | 634 |
lys-lang/lys | A language compiler to WebAssembly | 420 |
evanw/thinscript | An experimental language compiler that targets JavaScript, WebAssembly, and C, aiming to provide a thin layer for working with WebAssembly. | 1,361 |
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 |
stefano/wasm-forth | An implementation of the Forth programming language compiled to WebAssembly | 144 |
jserv/mazucc | A minimal C compiler generating x86_64 assembly code | 516 |
kanaka/wac | A WebAssembly interpreter written in C that supports compilation from languages like C and JavaScript. | 472 |
ljulliar/rlang | A compiler that converts a Ruby-like language into efficient WebAssembly code | 38 |
gate-computer/wag | Compiles WebAssembly binaries into machine code for execution on various CPU architectures. | 192 |