wasmerio / wasmer-python

🐍🕸 WebAssembly runtime for Python

Home Page:https://wasmer.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable exceptions on Wasmer?

CSchank opened this issue · comments

Summary

I would like to enable exceptions through Wasmer in Python. Is there a way to do this?

Additional details

We are trying to run a program with a try and catch in it using wasmer-python. When we do so we get this error:

RuntimeError: Validation error: Exceptions support is not enabled (at offset 94)

Is there any way to enable exceptions in wasmer-python?

Thanks!