Releases: bytecodealliance/componentize-py
Releases · bytecodealliance/componentize-py
canary
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]>