bytecodealliance / componentize-py

Apache License 2.0
144 stars 14 forks source link

Use Python `bool` type instead of `int` for WIT `bool`s #97

Closed dicej closed 4 weeks ago

dicej commented 2 months ago

Currently, componentize-py translates the WIT bool type into the Python int type. It should be translated into the Python bool type instead.