AlexAltea / capstone.js

Capstone disassembler framework for JavaScript
https://alexaltea.github.io/capstone.js/
BSD 3-Clause "New" or "Revised" License
172 stars 28 forks source link

Signal errors when subcommands fail #10

Closed darkf closed 5 years ago

darkf commented 5 years ago

If CMake, Make, or emcc fail, this will report and error and Grunt will notify the user.

This change also makes build.py Python 3 compatible.

AlexAltea commented 5 years ago

Thanks for the patch! Aside from the comment above, it looks good to me. :-)