brainfuck-rs-wasm

Brainfuck interpreter

An implementation of the Brainfuck programming language in Rust, compiled to WebAssembly for execution in web browsers.

A Brainfuck interpreter written in Rust and compiled to WebAssembly

GitHub

10 stars
3 watching
0 forks
Language: Rust
last commit: almost 7 years ago
Linked from 1 awesome list

brainfuckrustwasmwebassembly

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
serprex/brainwebfuckassembly Compiles Brainfuck code into WebAssembly bytecode for execution on WASM-enabled platforms. 21
shayokhshorfuddin/vfuck An implementation of the Brainfuck programming language in V programming language 0
xavieryao/swift-brainfuck An implementation of the Brainfuck programming language in Swift 9
oppai/we-i_lang An implementation of a Brainfuck-inspired language in Ruby, using the Brainfuck syntax to manipulate memory and execute instructions. 1
verdie-g/brainfuck2wasm Converts Brainfuck code to WebAssembly bytecode 45
dariotarantini/vbf An interpreter and compiler for the brainfuck programming language 19
wasmi-labs/wasmi An efficient and lightweight WebAssembly interpreter with a focus on constrained and embedded systems. 1,614
bitnenfer/gameboy-brainfuck An implementation of a Brainfuck interpreter optimized for the Game Boy's limited architecture. 16
fabasoad/setup-brainfuck-action Installs a Brainfuck compiler interpreter 2
rhysd/wain An experimental WebAssembly interpreter written in Safe Rust with a focus on performance and memory safety. 436
mafintosh/webassembly-binary-toolkit A toolkit for compiling and utilizing WebAssembly binaries from source. 59
wasmx/fizzy An interpreter for WebAssembly binaries written in C++ 217
poemm/pywebassembly A Python implementation of the WebAssembly interpreter. 13
surma/bfwasm Compiles Brainf ck code to WebAssembly 25
yiransheng/basic_rs An implementation of the original Dartmouth BASIC language in Rust, with both interpreter and compiler capabilities. 38