Skip to content

Releases: bytecodealliance/componentize-py

canary

20 Dec 17:23
c50822c
Compare
Choose a tag to compare
canary Pre-release
Pre-release
declare world-level type exports before function imports (#135)

This avoids a declaration ordering issue if an imported function refers to an
exported type (e.g. as a parameter or result type).

Fixes #134

Signed-off-by: Joel Dice <[email protected]>