whamm 0.1.0

A framework for 'Wasm Application Monitoring and Manipulation'
Documentation
1
2
3
4
5
6
# Error Handling #

Errors are added to `ErrorGen`, defined in [`error.rs`], and reported between compiler phases.
If an error occurs during a compilation phase, the errors are reported and the compilation is aborted.

[`error.rs`]: https://github.com/ejrgilbert/whamm/blob/master/src/common/error.rs