wasmer-python
wasmer-python copied to clipboard
Enable exceptions on Wasmer?
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!