Skip to content

use wasm-bindgen ecosystem only for wasm32-unknown-* target#3000

Merged
seanmonstar merged 5 commits into
seanmonstar:masterfrom
Ludea:wasm_deps
Apr 17, 2026
Merged

use wasm-bindgen ecosystem only for wasm32-unknown-* target#3000
seanmonstar merged 5 commits into
seanmonstar:masterfrom
Ludea:wasm_deps

Conversation

@Ludea
Copy link
Copy Markdown
Contributor

@Ludea Ludea commented Apr 4, 2026

Wasi target doesn't need wasm-bindgen crates ecosystem.

So only use them on wasm32-unknown-unknown or wasm32-unknown-none target

@Ludea Ludea changed the title use wasm-bindgen ecosystem only for wasm32-unknown-* use wasm-bindgen ecosystem only for wasm32-unknown-* target Apr 4, 2026
Copy link
Copy Markdown
Owner

@seanmonstar seanmonstar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks :)

@seanmonstar seanmonstar merged commit 11d835d into seanmonstar:master Apr 17, 2026
40 checks passed
kodiakhq Bot pushed a commit to pdylanross/fatigue that referenced this pull request Apr 28, 2026
Bumps reqwest from 0.13.2 to 0.13.3.

Release notes
Sourced from reqwest's releases.

v0.13.3
tl;dr

Fix CertificateRevocationList parsing of PEM values.
Fix logging in resolver to only show host, not full URL.
Fix hickory-dns to fallback to a default if /etc/resolv.conf fails.
Fix HTTP/3 to handle STOP_SENDING as not an error.
Fix HTTP/3 pool to remove timed out QUIC connections.
Fix HTTP/3 connection establishment picking IPv4 and IPv6.
Upgrade rustls-platform-verifier.
(wasm) Only use wasm-bindgen on unknown-* targets.

What's Changed

Update docs.rs Features by @​JamesWiresmith in seanmonstar/reqwest#2961
fix: fallback to hickory_resolver's default config if reading /etc/resolv.conf fails by @​monosans in seanmonstar/reqwest#2797
fix: remove timeout con by @​cuiweixie in seanmonstar/reqwest#2967
http3: handle stop_sending without error by @​anuraaga in seanmonstar/reqwest#2978
resolve: debug log to change only host by @​lms0806 in seanmonstar/reqwest#2992
Edit reference link  by @​lms0806 in seanmonstar/reqwest#2996
docs: more accurate about default HTTP2 window sizes by @​seanmonstar in seanmonstar/reqwest#3007
[HTTP/3] Optimize IPv6 fallback and enforce HTTPS scheme #2911 by @​lyuzichong in seanmonstar/reqwest#3006
Upgrade rustls-platform-verifier by @​jplatte in seanmonstar/reqwest#3010
use wasm-bindgen ecosystem only for wasm32-unknown-* target by @​Ludea in seanmonstar/reqwest#3000
fix rustls crl pem parsing by @​Threated in seanmonstar/reqwest#3013
docs(retry): include ReqRep in docsrs by @​seanmonstar in seanmonstar/reqwest#3020

New Contributors

@​JamesWiresmith made their first contribution in seanmonstar/reqwest#2961
@​monosans made their first contribution in seanmonstar/reqwest#2797
@​cuiweixie made their first contribution in seanmonstar/reqwest#2967
@​anuraaga made their first contribution in seanmonstar/reqwest#2978
@​lms0806 made their first contribution in seanmonstar/reqwest#2992
@​lyuzichong made their first contribution in seanmonstar/reqwest#3006
@​Ludea made their first contribution in seanmonstar/reqwest#3000

Full Changelog: seanmonstar/reqwest@v0.13.2...v0.13.3



Changelog
Sourced from reqwest's changelog.

v0.13.3

Fix CertificateRevocationList parsing of PEM values.
Fix logging in resolver to only show host, not full URL.
Fix hickory-dns to fallback to a default if /etc/resolv.conf fails.
Fix HTTP/3 to handle STOP_SENDING as not an error.
Fix HTTP/3 pool to remove timed out QUIC connections.
Fix HTTP/3 connection establishment picking IPv4 and IPv6.
Upgrade rustls-platform-verifier.
(wasm) Only use wasm-bindgen on unknown-* targets.




Commits

a9a88c4 v0.13.3
f3f6d9d docs(retry): include ReqRep in docsrs (#3020)
5f9c231 fix rustls CRL PEM parsing (#3013)
11d835d use wasm-bindgen ecosystem only for wasm32-unknown-* target (#3000)
1f72916 Upgrade rustls-platform-verifier (#3010)
5d5bf35 [HTTP/3] Optimize IPv6 fallback and enforce HTTPS scheme #2911 (#3006)
93dc1b2 docs: more accurate about default HTTP2 window sizes (#3007)
c5e50f0 docs: update outdated link in comments
b25611f resolve: debug log to change only host (#2992)
ca1f479 http3: handle stop_sending without error (#2978)
Additional commits viewable in compare view




Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants