extism / python-pdk

Extism PDK for Python
9 stars 0 forks source link

feat: add imports, use decorator for exports #7

Closed zshipko closed 2 weeks ago

zshipko commented 3 weeks ago

Closes #4 Closes #5 Closes #6

zshipko commented 2 weeks ago

This is currently in a working state, but failing with wazero in compiler mode: https://github.com/tetratelabs/wazero/issues/2313 - waiting to see if there's a potential fix or if we should switch back to interpreter mode in the CLI before merging this.