brainfuck2wasm
Brainfuck compiler
Converts Brainfuck code to WebAssembly bytecode
A brainfuck-to-WebAssembly compiler
45 stars
7 watching
5 forks
Language: JavaScript
last commit: almost 3 years ago
Linked from 1 awesome list
brainfuckwebassembly
Related projects:
Repository | Description | Stars |
---|---|---|
serprex/brainwebfuckassembly | Compiles Brainfuck code into WebAssembly bytecode for execution on WASM-enabled platforms. | 22 |
surma/bfwasm | Compiles Brainf ck code to WebAssembly | 25 |
shritesh/brainfuck-rs-wasm | An implementation of the Brainfuck programming language in Rust, compiled to WebAssembly for execution in web browsers. | 10 |
fabasoad/setup-brainfuck-action | Installs a Brainfuck compiler interpreter | 2 |
cloudflare/cobweb | Translates COBOL programs into executable WebAssembly code | 357 |
mafintosh/webassembly-binary-toolkit | A toolkit for compiling and utilizing WebAssembly binaries from source. | 60 |
evanw/thinscript | An experimental language compiler that targets JavaScript, WebAssembly, and C, aiming to provide a thin layer for working with WebAssembly. | 1,363 |
renatoathaydes/wasm-on-jvm | A Gradle plugin to easily compile WebAssembly (WASM) files into JVM bytecode. | 24 |
i-net-software/jwebassembly | A tool that converts Java bytecode into WebAssembly for running in web browsers. | 1,003 |
area9innovation/wase | Makes WebAssembly easy to write and compile by providing a friendly language with conventional syntax and type inference | 45 |
dariotarantini/vbf | An interpreter and compiler for the brainfuck programming language | 19 |
cretz/asmble | Compiles WebAssembly to JVM bytecode and provides utilities for working with WASM code. | 637 |
m4tx/uefi-jitfuck | A JIT compiler for running Brainfuck programs on x86_64 UEFI | 85 |
xavieryao/swift-brainfuck | An implementation of the Brainfuck programming language in Swift | 9 |
webghc/wasm-cross | A toolchain for cross-compiling C and Haskell to WebAssembly | 141 |