When running the wasi_threads_exit_main_wasi.wat test, Wasmtime rejects the poll_oneoff call as invalid. I extracted a replication to this Wasmtime PR: bytecodealliance/wasmtime#5891. I do not claim to understand all of the intricacies of poll_oneoff, but could it be that the parameters passed to it are incorrect in the test?
When running the
wasi_threads_exit_main_wasi.wattest, Wasmtime rejects thepoll_oneoffcall as invalid. I extracted a replication to this Wasmtime PR: bytecodealliance/wasmtime#5891. I do not claim to understand all of the intricacies ofpoll_oneoff, but could it be that the parameters passed to it are incorrect in the test?