danleh / wasabi

A dynamic analysis framework for WebAssembly programs.
http://wasabi.software-lab.org
MIT License
366 stars 47 forks source link

Update hook names and text representation of instructions #11

Closed danleh closed 5 years ago

danleh commented 5 years ago

Since the beginning of Wasabi, the WebAssembly text format has had some minor changes, notably renaming of instructions. For consistency, we should follow the new names, see e.g., https://github.com/WebAssembly/wabt/issues/933