wwwg / wasmdec

WebAssembly to C decompiler
https://wwwg.github.io/web-wasmdec/
MIT License
396 stars 26 forks source link

Fixed binaryen Path in Makefile #12

Closed xJonathanLEI closed 6 years ago

xJonathanLEI commented 6 years ago

The binaryen code has been moved from src to external but Makefile was not updated properly. It causes a compilation error and this PR fixes the problem.

wwwg commented 6 years ago

I've just fixed this, thank you for your help.