Hi Reqwest Team, thanks for such a great Rust library.
Im opening this issue in order to discuss support for wasm32-wasip2 target. I think enabling support for this target now would make easier further support upcoming versions (such as wasm32-wasip3 someday).
This would allow existent libraries leveraging reqwest as HTTP client to be used as WASM/WASI components.
I'm currently testing this target on my project mate, where I'm building a Job Queue system in Rust using the wasmtime runtime. If reqwest gets to support WASI targets then existing libraries using reqwest will also be supported.
Im willing to help on providing support for this target on reqwest.
Thank you in advance! Looking forward for your opinion and suggestions.
Hi Reqwest Team, thanks for such a great Rust library.
Im opening this issue in order to discuss support for
wasm32-wasip2target. I think enabling support for this target now would make easier further support upcoming versions (such aswasm32-wasip3someday).This would allow existent libraries leveraging reqwest as HTTP client to be used as WASM/WASI components.
I'm currently testing this target on my project mate, where I'm building a Job Queue system in Rust using the wasmtime runtime. If reqwest gets to support WASI targets then existing libraries using reqwest will also be supported.
Im willing to help on providing support for this target on reqwest.
Thank you in advance! Looking forward for your opinion and suggestions.