Dynamic wasm creation example with
Brainfuck(BF)
Source codes on github:
https://github.com/tkihira/dynamic-wasm
.
BF JavaScript simple implementation
BF JavaScript just-in-time implementation
BF WebAssembly simple implementation
BF WebAssembly just-in-time implementation (one function)
BF WebAssembly just-in-time implementation (multiple functions)
These implementations will show the result of
"A mandelbrot set fractal viewer in brainfuck written by Erik Bosman"
.
Compare all implementations