bfwasm
Compiler
Compiles Brainf ck code to WebAssembly
A non-optimizing Brainf_ck to WebAssembly compiler
25 stars
3 watching
3 forks
Language: JavaScript
last commit: about 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
serprex/brainwebfuckassembly | Compiles Brainfuck code into WebAssembly bytecode for execution on WASM-enabled platforms. | 21 |
verdie-g/brainfuck2wasm | Converts Brainfuck code to WebAssembly bytecode | 45 |
kign/c4wa | A WebAssembly compiler from a simplified subset of C to Web Assembly | 24 |
mafintosh/webassembly-binary-toolkit | A toolkit for compiling and utilizing WebAssembly binaries from source. | 59 |
area9innovation/wase | Makes WebAssembly easy to write and compile by providing a friendly language with conventional syntax and type inference | 45 |
cretz/asmble | Compiles WebAssembly to JVM bytecode and provides utilities for working with WASM code. | 634 |
renatoathaydes/wasm-on-jvm | A Gradle plugin to easily compile WebAssembly (WASM) files into JVM bytecode. | 24 |
stefano/wasm-forth | An implementation of the Forth programming language compiled to WebAssembly | 144 |
webghc/wasm-cross | A toolchain for cross-compiling C and Haskell to WebAssembly | 139 |
nodeca/multimath | Simplifies creation of small CPU-intensive webassembly modules with fallback to JavaScript implementations | 71 |
hatashiro/kou | A compiler for a minimalist programming language designed to be compiled into WebAssembly bytecode | 134 |
kg/ilwasm | Maps .NET CIL to WebAssembly S-expressions as a custom code generator backend for the JSIL compiler | 362 |
raphamorim/xwasm | Tools and utilities for building and managing WebAssembly projects in modern frontend development | 56 |
stisa/nwasm | An experimental web assembly backend for the Nim programming language | 48 |
keno/julia-wasm | An experimental project that aims to compile Julia, a high-level programming language, into WebAssembly (WASM) format. | 334 |