extism / python-sdk

Extism Python Host SDK - easily run WebAssembly modules / plugins from Python applications
https://extism.org
BSD 3-Clause "New" or "Revised" License
19 stars 0 forks source link

fix: improve error handling #24

Closed zshipko closed 3 months ago

zshipko commented 3 months ago

Updates call to raise an error when the plugin error is set and the plugin returns 0

Related to #23