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

Re-export MCapstone module and include WASM instructions #11

Closed darkf closed 5 years ago

darkf commented 5 years ago

Also ensures _malloc and _free are exported, so that optimizations don't omit them from the build.

AlexAltea commented 5 years ago

Thank you, this is pretty useful!