wit-bindgen icon indicating copy to clipboard operation
wit-bindgen copied to clipboard

Rust `async_support::spawn` is not multi-version-safe

Open alexcrichton opened this issue 10 months ago • 0 comments

The support for spawn is not integrated with the C ABI changes from https://github.com/bytecodealliance/wit-bindgen/pull/1254 meaning that it can lead to seemingly broken situations where if there's an import/export version mismatch then tasks spawned by imports won't actually do anything and are just leaked.

alexcrichton avatar May 27 '25 19:05 alexcrichton