Ben L. Titzer
Ben L. Titzer
Ok, looks like this is due to the location where the error is being report. Generally, Wizard tries to report the error at the earliest byte. It could, e.g. report...
I had a look at this and could reproduce it. The crash happens in a reentrant GC due to lazy name decoding. #533 disables lazy name decoding, but there might...
I can confirm that it gets stuck on the `x86-linux` target; it panics on `x86-64-linux`.
It looks like it is just stuck in a loop trying to `wasi_snapshot_preview1.fd_prestat_get` on every file descriptor.