wasmer-python icon indicating copy to clipboard operation
wasmer-python copied to clipboard

Enable exceptions on Wasmer?

Open CSchank opened this issue 2 years ago • 0 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!

CSchank avatar Mar 07 '22 20:03 CSchank