bytecodealliance / componentize-py

Apache License 2.0
130 stars 13 forks source link

fix: Return future.result from run_until_complete #73

Closed kyleconroy closed 4 months ago

kyleconroy commented 4 months ago

Python doesn't have implicit return values, so make sure to return the value of the future at the end of the function.