bytecodealliance / componentize-py

Apache License 2.0
130 stars 13 forks source link

use `@classmethod` instead of `@staticmethod` for WIT static methods #59

Closed dicej closed 6 months ago

dicej commented 6 months ago

This allows us to use the Self type instead of Any, per https://peps.python.org/pep-0673