gakimball / bf-wasm

Brainfuck in AssemblyScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bf-wasm

Two implementations of Brainfuck, one in JavaScript and one in AssemblyScript, compiled to WASM. Just messing around with AssemblyScript and doing some basic benchmarking. (The JS implementation is faster.)

git clone https://github.com/gakimball/bf-wasm
cd bf-wasm
npm i
npm run asbuild
npm start

License

MIT © Geoff Kimball

About

Brainfuck in AssemblyScript

License:MIT License


Languages

Language:JavaScript 35.7%Language:HTML 32.3%Language:TypeScript 32.0%