Jordan Last

Results 165 comments of Jordan Last

No thanks, I am happy waiting

Why can't the traceback work without calling vm.print_exception?

The messages are definitely better now, had to do this to just get a string: ```rust let err_string: String = err.to_pyobject(vm).repr(vm).unwrap().to_string(); ```

How can I turn off SIMD? I'm trying to use wasmedge-quickjs outside of wasmedge and this is blocking our Wasm validation. I don't have easy control over the Wasmtime environment.

I believe this has been resolved with https://github.com/RustPython/RustPython/pull/4176