bytecodealliance/componentize-py

Run MyPy on all test code and bindings

Opened this issue · 1 comments

dicej commented

In addition to running the test suite, we should dump the app code and generated bindings in a directory and run MyPy on them, asserting that no errors are found. This will help us catch any regressions in the type annotations,

We should do this for the examples as well.

Ideally, this would take the form of a script that can be run either locally or during CI.