From 1b05f5ae192f9445b5cfbaf82f2f6b2d7d2e4130 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 10 Aug 2026 12:33:43 -0700 Subject: [PATCH] Bump wasip3 to 0.7.1 --- .github/workflows/main.yml | 2 +- crates/wasip2/src/command.rs | 14 +++++++------- crates/wasip2/src/imports.rs | 10 +++++----- crates/wasip2/src/proxy.rs | 12 ++++++------ crates/wasip3/Cargo.toml | 2 +- crates/wasip3/src/command.rs | 16 ++++++++-------- crates/wasip3/src/imports.rs | 10 +++++----- crates/wasip3/src/service.rs | 14 +++++++------- 8 files changed, 40 insertions(+), 40 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7fac3ed..bb368b2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -97,7 +97,7 @@ jobs: ./ci/vendor-wit.sh git diff --exit-code - run: | - version=0.58.0 + version=0.60.0 mkdir wit-bindgen cd wit-bindgen diff --git a/crates/wasip2/src/command.rs b/crates/wasip2/src/command.rs index 46cc369..3a68382 100644 --- a/crates/wasip2/src/command.rs +++ b/crates/wasip2/src/command.rs @@ -1,4 +1,4 @@ -// Generated by `wit-bindgen` 0.58.0. DO NOT EDIT! +// Generated by `wit-bindgen` 0.60.0. DO NOT EDIT! // Options used: // * std_feature // * with "wasi:cli/environment@0.2.12" = "crate::cli::environment" @@ -167,7 +167,7 @@ macro_rules! __export_command_impl { exports::wasi::cli::run::__export_wasi_cli_run_0_2_12_cabi!($ty with_types_in $($path_to_types_root)*:: exports::wasi::cli::run); const _ : () = { #[rustfmt::skip] #[cfg(target_arch = "wasm32")] #[unsafe (link_section = - "component-type:wit-bindgen:0.58.0:wasi:cli@0.2.12:command:imports and exportsrust-wasip2-1.0.4+wasi-0.2.12-from-crates-io-command-world")] + "component-type:wit-bindgen:0.60.0:wasi:cli@0.2.12:command:imports and exportsrust-wasip2-1.0.4+wasi-0.2.12-from-crates-io-command-world")] #[doc(hidden)] #[allow(clippy::octal_escapes)] pub static __WIT_BINDGEN_COMPONENT_TYPE : [u8; 10839] = * b"\ @@ -389,7 +389,7 @@ get-insecure-random-u64\x01\x02\x03\0\x1bwasi:random/insecure@0.2.12\x05*\x01B\x ure-seed@0.2.12\x05+\x01B\x03\x01j\0\0\x01@\0\0\0\x04\0\x03run\x01\x01\x04\0\x13\ wasi:cli/run@0.2.12\x05,\x04\0\x17wasi:cli/command@0.2.12\x04\0\x0b\x0d\x01\0\x07\ command\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-component\x070.25\ -1.0\x10wit-bindgen-rust\x060.58.0"; +4.0\x10wit-bindgen-rust\x060.60.0"; }; }; } @@ -398,8 +398,8 @@ pub use __export_command_impl as _export_command; #[rustfmt::skip] #[cfg(target_arch = "wasm32")] -#[cfg_attr(feature = "rustc-dep-of-std", unsafe(link_section = "component-type:wit-bindgen:0.58.0:wasi:cli@0.2.12:command-with-all-of-its-exports-removed:encoded worldrust-wasip2-1.0.4+wasi-0.2.12-from-crates-io-command-world-in-libstd"))] -#[cfg_attr(not(feature = "rustc-dep-of-std"), unsafe(link_section = "component-type:wit-bindgen:0.58.0:wasi:cli@0.2.12:command-with-all-of-its-exports-removed:encoded worldrust-wasip2-1.0.4+wasi-0.2.12-from-crates-io-command-world"))] +#[cfg_attr(feature = "rustc-dep-of-std", unsafe(link_section = "component-type:wit-bindgen:0.60.0:wasi:cli@0.2.12:command-with-all-of-its-exports-removed:encoded worldrust-wasip2-1.0.4+wasi-0.2.12-from-crates-io-command-world-in-libstd"))] +#[cfg_attr(not(feature = "rustc-dep-of-std"), unsafe(link_section = "component-type:wit-bindgen:0.60.0:wasi:cli@0.2.12:command-with-all-of-its-exports-removed:encoded worldrust-wasip2-1.0.4+wasi-0.2.12-from-crates-io-command-world"))] #[doc(hidden)] #[allow(clippy::octal_escapes)] @@ -621,8 +621,8 @@ get-insecure-random-u64\x01\x02\x03\0\x1bwasi:random/insecure@0.2.12\x05*\x01B\x \x01o\x02ww\x01@\0\0\0\x04\0\x0dinsecure-seed\x01\x01\x03\0\x20wasi:random/insec\ ure-seed@0.2.12\x05+\x04\07wasi:cli/command-with-all-of-its-exports-removed@0.2.\ 12\x04\0\x0b-\x01\0'command-with-all-of-its-exports-removed\x03\0\0\0G\x09produc\ -ers\x01\x0cprocessed-by\x02\x0dwit-component\x070.251.0\x10wit-bindgen-rust\x060\ -.58.0"; +ers\x01\x0cprocessed-by\x02\x0dwit-component\x070.254.0\x10wit-bindgen-rust\x060\ +.60.0"; #[inline(never)] #[doc(hidden)] pub fn __link_custom_section_describing_imports() { diff --git a/crates/wasip2/src/imports.rs b/crates/wasip2/src/imports.rs index 5de3e31..c8f09f1 100644 --- a/crates/wasip2/src/imports.rs +++ b/crates/wasip2/src/imports.rs @@ -1,4 +1,4 @@ -// Generated by `wit-bindgen` 0.58.0. DO NOT EDIT! +// Generated by `wit-bindgen` 0.60.0. DO NOT EDIT! // Options used: // * std_feature // * type_section_suffix: "rust-wasip2-1.0.4+wasi-0.2.12-from-crates-io" @@ -10027,8 +10027,8 @@ mod _rt { #[rustfmt::skip] #[cfg(target_arch = "wasm32")] -#[cfg_attr(feature = "rustc-dep-of-std", unsafe(link_section = "component-type:wit-bindgen:0.58.0:wasi:cli@0.2.12:imports:encoded worldrust-wasip2-1.0.4+wasi-0.2.12-from-crates-io-in-libstd"))] -#[cfg_attr(not(feature = "rustc-dep-of-std"), unsafe(link_section = "component-type:wit-bindgen:0.58.0:wasi:cli@0.2.12:imports:encoded worldrust-wasip2-1.0.4+wasi-0.2.12-from-crates-io"))] +#[cfg_attr(feature = "rustc-dep-of-std", unsafe(link_section = "component-type:wit-bindgen:0.60.0:wasi:cli@0.2.12:imports:encoded worldrust-wasip2-1.0.4+wasi-0.2.12-from-crates-io-in-libstd"))] +#[cfg_attr(not(feature = "rustc-dep-of-std"), unsafe(link_section = "component-type:wit-bindgen:0.60.0:wasi:cli@0.2.12:imports:encoded worldrust-wasip2-1.0.4+wasi-0.2.12-from-crates-io"))] #[doc(hidden)] #[allow(clippy::octal_escapes)] @@ -10249,8 +10249,8 @@ get-random-u64\x01\x02\x03\0\x19wasi:random/random@0.2.12\x05)\x01B\x05\x01p}\x0 get-insecure-random-u64\x01\x02\x03\0\x1bwasi:random/insecure@0.2.12\x05*\x01B\x03\ \x01o\x02ww\x01@\0\0\0\x04\0\x0dinsecure-seed\x01\x01\x03\0\x20wasi:random/insec\ ure-seed@0.2.12\x05+\x04\0\x17wasi:cli/imports@0.2.12\x04\0\x0b\x0d\x01\0\x07imp\ -orts\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-component\x070.251.0\ -\x10wit-bindgen-rust\x060.58.0"; +orts\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-component\x070.254.0\ +\x10wit-bindgen-rust\x060.60.0"; #[inline(never)] #[doc(hidden)] pub fn __link_custom_section_describing_imports() { diff --git a/crates/wasip2/src/proxy.rs b/crates/wasip2/src/proxy.rs index 4111b15..6152cb8 100644 --- a/crates/wasip2/src/proxy.rs +++ b/crates/wasip2/src/proxy.rs @@ -1,4 +1,4 @@ -// Generated by `wit-bindgen` 0.58.0. DO NOT EDIT! +// Generated by `wit-bindgen` 0.60.0. DO NOT EDIT! // Options used: // * std_feature // * with "wasi:cli/stdin@0.2.12" = "crate::cli::stdin" @@ -7147,7 +7147,7 @@ macro_rules! __export_proxy_impl { with_types_in $($path_to_types_root)*:: exports::wasi::http::incoming_handler); const _ : () = { #[rustfmt::skip] #[cfg(target_arch = "wasm32")] #[unsafe (link_section = - "component-type:wit-bindgen:0.58.0:wasi:http@0.2.12:proxy:imports and exportsrust-wasip2-1.0.4+wasi-0.2.12-from-crates-io-proxy-world")] + "component-type:wit-bindgen:0.60.0:wasi:http@0.2.12:proxy:imports and exportsrust-wasip2-1.0.4+wasi-0.2.12-from-crates-io-proxy-world")] #[doc(hidden)] #[allow(clippy::octal_escapes)] pub static __WIT_BINDGEN_COMPONENT_TYPE : [u8; 7053] = * b"\ @@ -7292,7 +7292,7 @@ ndler@0.2.12\x05\x13\x02\x03\0\x09\x10incoming-request\x02\x03\0\x09\x11response request\x04\x0cresponse-out\x05\x01\0\x04\0\x06handle\x01\x06\x04\0!wasi:http/in\ coming-handler@0.2.12\x05\x16\x04\0\x16wasi:http/proxy@0.2.12\x04\0\x0b\x0b\x01\0\ \x05proxy\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-component\x070.\ -251.0\x10wit-bindgen-rust\x060.58.0"; +254.0\x10wit-bindgen-rust\x060.60.0"; }; }; } @@ -7301,8 +7301,8 @@ pub use __export_proxy_impl as _export_proxy; #[rustfmt::skip] #[cfg(target_arch = "wasm32")] -#[cfg_attr(feature = "rustc-dep-of-std", unsafe(link_section = "component-type:wit-bindgen:0.58.0:wasi:http@0.2.12:proxy-with-all-of-its-exports-removed:encoded worldrust-wasip2-1.0.4+wasi-0.2.12-from-crates-io-proxy-world-in-libstd"))] -#[cfg_attr(not(feature = "rustc-dep-of-std"), unsafe(link_section = "component-type:wit-bindgen:0.58.0:wasi:http@0.2.12:proxy-with-all-of-its-exports-removed:encoded worldrust-wasip2-1.0.4+wasi-0.2.12-from-crates-io-proxy-world"))] +#[cfg_attr(feature = "rustc-dep-of-std", unsafe(link_section = "component-type:wit-bindgen:0.60.0:wasi:http@0.2.12:proxy-with-all-of-its-exports-removed:encoded worldrust-wasip2-1.0.4+wasi-0.2.12-from-crates-io-proxy-world-in-libstd"))] +#[cfg_attr(not(feature = "rustc-dep-of-std"), unsafe(link_section = "component-type:wit-bindgen:0.60.0:wasi:http@0.2.12:proxy-with-all-of-its-exports-removed:encoded worldrust-wasip2-1.0.4+wasi-0.2.12-from-crates-io-proxy-world"))] #[doc(hidden)] #[allow(clippy::octal_escapes)] @@ -7444,7 +7444,7 @@ h\x07\x01k\x1b\x01@\x01\x03err\x8b\x01\0\x8c\x01\x04\0\x0fhttp-error-code\x01\x8 est\x08\x07options\x0a\0\x0c\x04\0\x06handle\x01\x0d\x03\0!wasi:http/outgoing-ha\ ndler@0.2.12\x05\x13\x04\06wasi:http/proxy-with-all-of-its-exports-removed@0.2.1\ 2\x04\0\x0b+\x01\0%proxy-with-all-of-its-exports-removed\x03\0\0\0G\x09producers\ -\x01\x0cprocessed-by\x02\x0dwit-component\x070.251.0\x10wit-bindgen-rust\x060.58\ +\x01\x0cprocessed-by\x02\x0dwit-component\x070.254.0\x10wit-bindgen-rust\x060.60\ .0"; #[inline(never)] #[doc(hidden)] diff --git a/crates/wasip3/Cargo.toml b/crates/wasip3/Cargo.toml index 84e5737..96c0413 100644 --- a/crates/wasip3/Cargo.toml +++ b/crates/wasip3/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasip3" -version = "0.7.0+wasi-0.3.0" +version = "0.7.1+wasi-0.3.0" description = "WASIp3 API bindings for Rust" categories = ["no-std", "wasm"] keywords = ["webassembly", "wasm"] diff --git a/crates/wasip3/src/command.rs b/crates/wasip3/src/command.rs index ec48ca9..a17ada6 100644 --- a/crates/wasip3/src/command.rs +++ b/crates/wasip3/src/command.rs @@ -1,4 +1,4 @@ -// Generated by `wit-bindgen` 0.58.0. DO NOT EDIT! +// Generated by `wit-bindgen` 0.60.0. DO NOT EDIT! // Options used: // * std_feature // * with "wasi:cli/environment@0.3.0" = "crate::cli::environment" @@ -22,7 +22,7 @@ // * with "wasi:random/insecure-seed@0.3.0" = "crate::random::insecure_seed" // * with "wasi:sockets/types@0.3.0" = "crate::sockets::types" // * with "wasi:sockets/ip-name-lookup@0.3.0" = "crate::sockets::ip_name_lookup" -// * type_section_suffix: "rust-wasip3-0.7.0+wasi-0.3.0-from-crates-io-command-world" +// * type_section_suffix: "rust-wasip3-0.7.1+wasi-0.3.0-from-crates-io-command-world" // * default-bindings-module: "$crate" // * export-macro-name: _export_command // * pub-export-macro @@ -178,7 +178,7 @@ macro_rules! __export_command_impl { exports::wasi::cli::run::__export_wasi_cli_run_0_3_0_cabi!($ty with_types_in $($path_to_types_root)*:: exports::wasi::cli::run); const _ : () = { #[rustfmt::skip] #[cfg(target_arch = "wasm32")] #[unsafe (link_section = - "component-type:wit-bindgen:0.58.0:wasi:cli@0.3.0:command:imports and exportsrust-wasip3-0.7.0+wasi-0.3.0-from-crates-io-command-world")] + "component-type:wit-bindgen:0.60.0:wasi:cli@0.3.0:command:imports and exportsrust-wasip3-0.7.1+wasi-0.3.0-from-crates-io-command-world")] #[doc(hidden)] #[allow(clippy::octal_escapes)] pub static __WIT_BINDGEN_COMPONENT_TYPE : [u8; 7934] = * b"\ @@ -338,7 +338,7 @@ B\x05\x01p}\x01@\x01\x07max-lenw\0\0\x04\0\x19get-insecure-random-bytes\x01\x01\ \0\x1fwasi:random/insecure-seed@0.3.0\x05\x1b\x01B\x03\x01j\0\0\x01C\0\0\0\x04\0\ \x03run\x01\x01\x04\0\x12wasi:cli/run@0.3.0\x05\x1c\x04\0\x16wasi:cli/command@0.\ 3.0\x04\0\x0b\x0d\x01\0\x07command\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\ -\x0dwit-component\x070.251.0\x10wit-bindgen-rust\x060.58.0"; +\x0dwit-component\x070.254.0\x10wit-bindgen-rust\x060.60.0"; }; }; } @@ -347,8 +347,8 @@ pub use __export_command_impl as _export_command; #[rustfmt::skip] #[cfg(target_arch = "wasm32")] -#[cfg_attr(feature = "rustc-dep-of-std", unsafe(link_section = "component-type:wit-bindgen:0.58.0:wasi:cli@0.3.0:command-with-all-of-its-exports-removed:encoded worldrust-wasip3-0.7.0+wasi-0.3.0-from-crates-io-command-world-in-libstd"))] -#[cfg_attr(not(feature = "rustc-dep-of-std"), unsafe(link_section = "component-type:wit-bindgen:0.58.0:wasi:cli@0.3.0:command-with-all-of-its-exports-removed:encoded worldrust-wasip3-0.7.0+wasi-0.3.0-from-crates-io-command-world"))] +#[cfg_attr(feature = "rustc-dep-of-std", unsafe(link_section = "component-type:wit-bindgen:0.60.0:wasi:cli@0.3.0:command-with-all-of-its-exports-removed:encoded worldrust-wasip3-0.7.1+wasi-0.3.0-from-crates-io-command-world-in-libstd"))] +#[cfg_attr(not(feature = "rustc-dep-of-std"), unsafe(link_section = "component-type:wit-bindgen:0.60.0:wasi:cli@0.3.0:command-with-all-of-its-exports-removed:encoded worldrust-wasip3-0.7.1+wasi-0.3.0-from-crates-io-command-world"))] #[doc(hidden)] #[allow(clippy::octal_escapes)] @@ -508,8 +508,8 @@ B\x05\x01p}\x01@\x01\x07max-lenw\0\0\x04\0\x19get-insecure-random-bytes\x01\x01\ 3.0\x05\x1a\x01B\x03\x01o\x02ww\x01@\0\0\0\x04\0\x11get-insecure-seed\x01\x01\x03\ \0\x1fwasi:random/insecure-seed@0.3.0\x05\x1b\x04\06wasi:cli/command-with-all-of\ -its-exports-removed@0.3.0\x04\0\x0b-\x01\0'command-with-all-of-its-exports-remo\ -ved\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-component\x070.251.0\x10\ -wit-bindgen-rust\x060.58.0"; +ved\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-component\x070.254.0\x10\ +wit-bindgen-rust\x060.60.0"; #[inline(never)] #[doc(hidden)] pub fn __link_custom_section_describing_imports() { diff --git a/crates/wasip3/src/imports.rs b/crates/wasip3/src/imports.rs index a2a1608..16133a1 100644 --- a/crates/wasip3/src/imports.rs +++ b/crates/wasip3/src/imports.rs @@ -1,7 +1,7 @@ -// Generated by `wit-bindgen` 0.58.0. DO NOT EDIT! +// Generated by `wit-bindgen` 0.60.0. DO NOT EDIT! // Options used: // * std_feature -// * type_section_suffix: "rust-wasip3-0.7.0+wasi-0.3.0-from-crates-io" +// * type_section_suffix: "rust-wasip3-0.7.1+wasi-0.3.0-from-crates-io" #[rustfmt::skip] #[allow(dead_code, clippy::all)] pub mod wasi { @@ -14265,8 +14265,8 @@ pub mod wit_stream { #[rustfmt::skip] #[cfg(target_arch = "wasm32")] -#[cfg_attr(feature = "rustc-dep-of-std", unsafe(link_section = "component-type:wit-bindgen:0.58.0:wasi:cli@0.3.0:imports:encoded worldrust-wasip3-0.7.0+wasi-0.3.0-from-crates-io-in-libstd"))] -#[cfg_attr(not(feature = "rustc-dep-of-std"), unsafe(link_section = "component-type:wit-bindgen:0.58.0:wasi:cli@0.3.0:imports:encoded worldrust-wasip3-0.7.0+wasi-0.3.0-from-crates-io"))] +#[cfg_attr(feature = "rustc-dep-of-std", unsafe(link_section = "component-type:wit-bindgen:0.60.0:wasi:cli@0.3.0:imports:encoded worldrust-wasip3-0.7.1+wasi-0.3.0-from-crates-io-in-libstd"))] +#[cfg_attr(not(feature = "rustc-dep-of-std"), unsafe(link_section = "component-type:wit-bindgen:0.60.0:wasi:cli@0.3.0:imports:encoded worldrust-wasip3-0.7.1+wasi-0.3.0-from-crates-io"))] #[doc(hidden)] #[allow(clippy::octal_escapes)] @@ -14426,7 +14426,7 @@ B\x05\x01p}\x01@\x01\x07max-lenw\0\0\x04\0\x19get-insecure-random-bytes\x01\x01\ 3.0\x05\x1a\x01B\x03\x01o\x02ww\x01@\0\0\0\x04\0\x11get-insecure-seed\x01\x01\x03\ \0\x1fwasi:random/insecure-seed@0.3.0\x05\x1b\x04\0\x16wasi:cli/imports@0.3.0\x04\ \0\x0b\x0d\x01\0\x07imports\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dw\ -it-component\x070.251.0\x10wit-bindgen-rust\x060.58.0"; +it-component\x070.254.0\x10wit-bindgen-rust\x060.60.0"; #[inline(never)] #[doc(hidden)] pub fn __link_custom_section_describing_imports() { diff --git a/crates/wasip3/src/service.rs b/crates/wasip3/src/service.rs index d7c2408..3d302af 100644 --- a/crates/wasip3/src/service.rs +++ b/crates/wasip3/src/service.rs @@ -1,4 +1,4 @@ -// Generated by `wit-bindgen` 0.58.0. DO NOT EDIT! +// Generated by `wit-bindgen` 0.60.0. DO NOT EDIT! // Options used: // * std_feature // * with "wasi:cli/stdin@0.3.0" = "crate::cli::stdin" @@ -11,7 +11,7 @@ // * with "wasi:random/random@0.3.0" = "crate::random::random" // * with "wasi:random/insecure@0.3.0" = "crate::random::insecure" // * with "wasi:random/insecure-seed@0.3.0" = "crate::random::insecure_seed" -// * type_section_suffix: "rust-wasip3-0.7.0+wasi-0.3.0-from-crates-io-service-world" +// * type_section_suffix: "rust-wasip3-0.7.1+wasi-0.3.0-from-crates-io-service-world" // * default-bindings-module: "$crate" // * export-macro-name: _export_service // * pub-export-macro @@ -7335,7 +7335,7 @@ macro_rules! __export_service_impl { exports::wasi::http::handler::__export_wasi_http_handler_0_3_0_cabi!($ty with_types_in $($path_to_types_root)*:: exports::wasi::http::handler); const _ : () = { #[rustfmt::skip] #[cfg(target_arch = "wasm32")] #[unsafe (link_section = - "component-type:wit-bindgen:0.58.0:wasi:http@0.3.0:service:imports and exportsrust-wasip3-0.7.0+wasi-0.3.0-from-crates-io-service-world")] + "component-type:wit-bindgen:0.60.0:wasi:http@0.3.0:service:imports and exportsrust-wasip3-0.7.1+wasi-0.3.0-from-crates-io-service-world")] #[doc(hidden)] #[allow(clippy::octal_escapes)] pub static __WIT_BINDGEN_COMPONENT_TYPE : [u8; 4995] = * b"\ @@ -7439,7 +7439,7 @@ nse\x03\0\x02\x02\x03\x02\x01\x0a\x04\0\x0aerror-code\x03\0\x04\x01i\x01\x01i\x0 \x01j\x01\x07\x01\x05\x01C\x01\x07request\x06\0\x08\x04\0\x06handle\x01\x09\x04\0\ \x17wasi:http/handler@0.3.0\x05\x11\x04\0\x17wasi:http/service@0.3.0\x04\0\x0b\x0d\ \x01\0\x07service\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-compone\ -nt\x070.251.0\x10wit-bindgen-rust\x060.58.0"; +nt\x070.254.0\x10wit-bindgen-rust\x060.60.0"; }; }; } @@ -7448,8 +7448,8 @@ pub use __export_service_impl as _export_service; #[rustfmt::skip] #[cfg(target_arch = "wasm32")] -#[cfg_attr(feature = "rustc-dep-of-std", unsafe(link_section = "component-type:wit-bindgen:0.58.0:wasi:http@0.3.0:service-with-all-of-its-exports-removed:encoded worldrust-wasip3-0.7.0+wasi-0.3.0-from-crates-io-service-world-in-libstd"))] -#[cfg_attr(not(feature = "rustc-dep-of-std"), unsafe(link_section = "component-type:wit-bindgen:0.58.0:wasi:http@0.3.0:service-with-all-of-its-exports-removed:encoded worldrust-wasip3-0.7.0+wasi-0.3.0-from-crates-io-service-world"))] +#[cfg_attr(feature = "rustc-dep-of-std", unsafe(link_section = "component-type:wit-bindgen:0.60.0:wasi:http@0.3.0:service-with-all-of-its-exports-removed:encoded worldrust-wasip3-0.7.1+wasi-0.3.0-from-crates-io-service-world-in-libstd"))] +#[cfg_attr(not(feature = "rustc-dep-of-std"), unsafe(link_section = "component-type:wit-bindgen:0.60.0:wasi:http@0.3.0:service-with-all-of-its-exports-removed:encoded worldrust-wasip3-0.7.1+wasi-0.3.0-from-crates-io-service-world"))] #[doc(hidden)] #[allow(clippy::octal_escapes)] @@ -7551,7 +7551,7 @@ cure-random-bytes\x01\x01\x01@\0\0w\x04\0\x17get-insecure-random-u64\x01\x02\x03 get-insecure-seed\x01\x01\x03\0\x1fwasi:random/insecure-seed@0.3.0\x05\x10\x04\0\ 7wasi:http/service-with-all-of-its-exports-removed@0.3.0\x04\0\x0b-\x01\0'servic\ e-with-all-of-its-exports-removed\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\ -\x0dwit-component\x070.251.0\x10wit-bindgen-rust\x060.58.0"; +\x0dwit-component\x070.254.0\x10wit-bindgen-rust\x060.60.0"; #[inline(never)] #[doc(hidden)] pub fn __link_custom_section_describing_imports() {