web-transport-wasm 0.4.4

WebTransport WASM bindings
Build #1684050 2025-01-28T19:47:13.610010+00:00
# rustc version
rustc 1.86.0-nightly (2f348cb7c 2025-01-27)# docs.rs version
docsrs 0.6.0 (29a0e81b 2025-01-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/web-transport-wasm-0.4.4/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/web-transport-wasm-0.4.4/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg=web_sys_unstable_apis\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250127-1.86.0-nightly-2f348cb7c\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] f66cbfdcd61e8cf90d61e22b45434b9f54b90ceb3d0119ac4d30194bd254cdbd
[INFO] running `Command { std: "docker" "start" "-a" "f66cbfdcd61e8cf90d61e22b45434b9f54b90ceb3d0119ac4d30194bd254cdbd", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting web-transport-wasm v0.4.4 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved imports `web_sys::WebTransport`, `web_sys::WebTransportOptions`
[INFO] [stderr]  --> src/client.rs:4:15
[INFO] [stderr]   |
[INFO] [stderr] 4 | use web_sys::{WebTransport, WebTransportOptions};
[INFO] [stderr]   |               ^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^ no `WebTransportOptions` in the root
[INFO] [stderr]   |               |
[INFO] [stderr]   |               no `WebTransport` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `web_sys::WebTransportCongestionControl`
[INFO] [stderr]  --> src/client.rs:8:9
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub use web_sys::WebTransportCongestionControl as CongestionControl;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `WebTransportCongestionControl` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `web_sys::WebTransportReceiveStream`
[INFO] [stderr]  --> src/recv.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use web_sys::WebTransportReceiveStream;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `WebTransportReceiveStream` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `web_sys::WebTransportSendStream`
[INFO] [stderr]  --> src/send.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use web_sys::WebTransportSendStream;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `WebTransportSendStream` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `web_sys::WebTransport`, `web_sys::WebTransportBidirectionalStream`, `web_sys::WebTransportCloseInfo`, `web_sys::WebTransportSendStream`
[INFO] [stderr]  --> src/session.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 |     WebTransport, WebTransportBidirectionalStream, WebTransportCloseInfo, WebTransportSendStream,
[INFO] [stderr]   |     ^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^ no `WebTransportSendStream` in the root
[INFO] [stderr]   |     |             |                                |
[INFO] [stderr]   |     |             |                                no `WebTransportCloseInfo` in the root
[INFO] [stderr]   |     |             no `WebTransportBidirectionalStream` in the root
[INFO] [stderr]   |     no `WebTransport` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WebTransportError` in crate `web_sys`
[INFO] [stderr]  --> src/error.rs:7:22
[INFO] [stderr]   |
[INFO] [stderr] 7 |     Session(web_sys::WebTransportError),
[INFO] [stderr]   |                      ^^^^^^^^^^^^^^^^^ not found in `web_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WebTransportError` in crate `web_sys`
[INFO] [stderr]   --> src/error.rs:10:21
[INFO] [stderr]    |
[INFO] [stderr] 10 |     Stream(web_sys::WebTransportError),
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^ not found in `web_sys`
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not document `web-transport-wasm`
[INFO] running `Command { std: "docker" "inspect" "f66cbfdcd61e8cf90d61e22b45434b9f54b90ceb3d0119ac4d30194bd254cdbd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f66cbfdcd61e8cf90d61e22b45434b9f54b90ceb3d0119ac4d30194bd254cdbd", kill_on_drop: false }`
[INFO] [stdout] f66cbfdcd61e8cf90d61e22b45434b9f54b90ceb3d0119ac4d30194bd254cdbd