Back to Radare2

Building for the browser

doc/emscripten.md

6.1.4218 B
Original Source

Building for the browser

Install emscripten:

bash
$ git clone git://github.com/kripken/emscripten.git
$ export PATH=/path/to/emscripten:$PATH
$ make clean

Build radare

bash
$ sys/emscripten.sh