Looks like Rust 1.93 leaks file descriptors of std::fs::File due to an unfortunate series of events. I wanted to raise awareness here in case anyone sees this in the wild
Rust 1.93.0 stable produces wasm32-wasip2 components that are missing the fd_close import from wasi_snapshot_preview1. File descriptors are never released when File is dropped, exhausting the WASI ...
This includes the following backported fixes:
Don't try to recover keyword as non-keyword identifier Don't try to recover keyword as non-keyword identifier #150590
Fix panicking_unwrap FP...