Skip to content

OneSadCookie/bf2wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bf2wasm

Compile Brainfuck to WebAssembly using Rust and Walrus.

Usage

Install Node to run the compiled WebAssembly. You can install it with Homebrew if you're on macOS.

cargo run -- -i hello.bf -o target/bf.wasm
node index.js

Note

Currently pointing to my own fork of Walrus due to a bug. Any release newer than 0.8.0 should include the fix.

Releases

No releases published

Packages

No packages published