diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ea18489..b9263d6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -86,7 +86,7 @@ jobs: - name: Install wkg run: | curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash - cargo binstall --no-confirm wkg + cargo binstall --no-confirm wkg@0.13.0 # Re-vendor all WIT files and ensure that they're all up-to-date by ensuring # that there's no git changes. - name: Re-vendor WIT @@ -94,7 +94,7 @@ jobs: ./ci/vendor-wit.sh git diff --exit-code - run: | - version=0.51.0 + version=0.53.0 mkdir wit-bindgen cd wit-bindgen diff --git a/crates/wasip2/src/command.rs b/crates/wasip2/src/command.rs index d591db7..a7ce168 100644 --- a/crates/wasip2/src/command.rs +++ b/crates/wasip2/src/command.rs @@ -1,4 +1,4 @@ -// Generated by `wit-bindgen` 0.51.0. DO NOT EDIT! +// Generated by `wit-bindgen` 0.53.0. DO NOT EDIT! // Options used: // * std_feature // * with "wasi:cli/environment@0.2.9" = "crate::cli::environment" @@ -167,7 +167,7 @@ macro_rules! __export_command_impl { exports::wasi::cli::run::__export_wasi_cli_run_0_2_9_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.51.0:wasi:cli@0.2.9:command:imports and exportsrust-wasip2-1.0.2+wasi-0.2.9-from-crates-io-command-world")] + "component-type:wit-bindgen:0.53.0:wasi:cli@0.2.9:command:imports and exportsrust-wasip2-1.0.2+wasi-0.2.9-from-crates-io-command-world")] #[doc(hidden)] #[allow(clippy::octal_escapes)] pub static __WIT_BINDGEN_COMPONENT_TYPE : [u8; 10773] = * b"\ @@ -387,8 +387,8 @@ nsecure-random-u64\x01\x02\x03\0\x1awasi:random/insecure@0.2.9\x05*\x01B\x03\x01 o\x02ww\x01@\0\0\0\x04\0\x0dinsecure-seed\x01\x01\x03\0\x1fwasi:random/insecure-\ seed@0.2.9\x05+\x01B\x03\x01j\0\0\x01@\0\0\0\x04\0\x03run\x01\x01\x04\0\x12wasi:\ cli/run@0.2.9\x05,\x04\0\x16wasi:cli/command@0.2.9\x04\0\x0b\x0d\x01\0\x07comman\ -d\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-component\x070.244.0\x10\ -wit-bindgen-rust\x060.51.0"; +d\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-component\x070.245.0\x10\ +wit-bindgen-rust\x060.53.0"; }; }; } @@ -397,8 +397,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.51.0:wasi:cli@0.2.9:command-with-all-of-its-exports-removed:encoded worldrust-wasip2-1.0.2+wasi-0.2.9-from-crates-io-command-world-in-libstd"))] -#[cfg_attr(not(feature = "rustc-dep-of-std"), unsafe(link_section = "component-type:wit-bindgen:0.51.0:wasi:cli@0.2.9:command-with-all-of-its-exports-removed:encoded worldrust-wasip2-1.0.2+wasi-0.2.9-from-crates-io-command-world"))] +#[cfg_attr(feature = "rustc-dep-of-std", unsafe(link_section = "component-type:wit-bindgen:0.53.0:wasi:cli@0.2.9:command-with-all-of-its-exports-removed:encoded worldrust-wasip2-1.0.2+wasi-0.2.9-from-crates-io-command-world-in-libstd"))] +#[cfg_attr(not(feature = "rustc-dep-of-std"), unsafe(link_section = "component-type:wit-bindgen:0.53.0:wasi:cli@0.2.9:command-with-all-of-its-exports-removed:encoded worldrust-wasip2-1.0.2+wasi-0.2.9-from-crates-io-command-world"))] #[doc(hidden)] #[allow(clippy::octal_escapes)] @@ -619,7 +619,7 @@ nsecure-random-u64\x01\x02\x03\0\x1awasi:random/insecure@0.2.9\x05*\x01B\x03\x01 o\x02ww\x01@\0\0\0\x04\0\x0dinsecure-seed\x01\x01\x03\0\x1fwasi:random/insecure-\ seed@0.2.9\x05+\x04\06wasi:cli/command-with-all-of-its-exports-removed@0.2.9\x04\ \0\x0b-\x01\0'command-with-all-of-its-exports-removed\x03\0\0\0G\x09producers\x01\ -\x0cprocessed-by\x02\x0dwit-component\x070.244.0\x10wit-bindgen-rust\x060.51.0"; +\x0cprocessed-by\x02\x0dwit-component\x070.245.0\x10wit-bindgen-rust\x060.53.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 bf732b7..617de47 100644 --- a/crates/wasip2/src/imports.rs +++ b/crates/wasip2/src/imports.rs @@ -1,4 +1,4 @@ -// Generated by `wit-bindgen` 0.51.0. DO NOT EDIT! +// Generated by `wit-bindgen` 0.53.0. DO NOT EDIT! // Options used: // * std_feature // * type_section_suffix: "rust-wasip2-1.0.2+wasi-0.2.9-from-crates-io" @@ -9995,8 +9995,8 @@ mod _rt { #[rustfmt::skip] #[cfg(target_arch = "wasm32")] -#[cfg_attr(feature = "rustc-dep-of-std", unsafe(link_section = "component-type:wit-bindgen:0.51.0:wasi:cli@0.2.9:imports:encoded worldrust-wasip2-1.0.2+wasi-0.2.9-from-crates-io-in-libstd"))] -#[cfg_attr(not(feature = "rustc-dep-of-std"), unsafe(link_section = "component-type:wit-bindgen:0.51.0:wasi:cli@0.2.9:imports:encoded worldrust-wasip2-1.0.2+wasi-0.2.9-from-crates-io"))] +#[cfg_attr(feature = "rustc-dep-of-std", unsafe(link_section = "component-type:wit-bindgen:0.53.0:wasi:cli@0.2.9:imports:encoded worldrust-wasip2-1.0.2+wasi-0.2.9-from-crates-io-in-libstd"))] +#[cfg_attr(not(feature = "rustc-dep-of-std"), unsafe(link_section = "component-type:wit-bindgen:0.53.0:wasi:cli@0.2.9:imports:encoded worldrust-wasip2-1.0.2+wasi-0.2.9-from-crates-io"))] #[doc(hidden)] #[allow(clippy::octal_escapes)] @@ -10216,8 +10216,8 @@ p}\x01@\x01\x03lenw\0\0\x04\0\x10get-random-bytes\x01\x01\x01@\0\0w\x04\0\x0eget nsecure-random-u64\x01\x02\x03\0\x1awasi:random/insecure@0.2.9\x05*\x01B\x03\x01\ o\x02ww\x01@\0\0\0\x04\0\x0dinsecure-seed\x01\x01\x03\0\x1fwasi:random/insecure-\ seed@0.2.9\x05+\x04\0\x16wasi:cli/imports@0.2.9\x04\0\x0b\x0d\x01\0\x07imports\x03\ -\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-component\x070.244.0\x10wit-\ -bindgen-rust\x060.51.0"; +\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-component\x070.245.0\x10wit-\ +bindgen-rust\x060.53.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 33e6538..c4041da 100644 --- a/crates/wasip2/src/proxy.rs +++ b/crates/wasip2/src/proxy.rs @@ -1,4 +1,4 @@ -// Generated by `wit-bindgen` 0.51.0. DO NOT EDIT! +// Generated by `wit-bindgen` 0.53.0. DO NOT EDIT! // Options used: // * std_feature // * with "wasi:cli/stdin@0.2.9" = "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.51.0:wasi:http@0.2.9:proxy:imports and exportsrust-wasip2-1.0.2+wasi-0.2.9-from-crates-io-proxy-world")] + "component-type:wit-bindgen:0.53.0:wasi:http@0.2.9:proxy:imports and exportsrust-wasip2-1.0.2+wasi-0.2.9-from-crates-io-proxy-world")] #[doc(hidden)] #[allow(clippy::octal_escapes)] pub static __WIT_BINDGEN_COMPONENT_TYPE : [u8; 7040] = * b"\ @@ -7291,7 +7291,7 @@ incoming-request\x02\x03\0\x09\x11response-outparam\x01B\x08\x02\x03\x02\x01\x14 m\x03\0\x02\x01i\x01\x01i\x03\x01@\x02\x07request\x04\x0cresponse-out\x05\x01\0\x04\ \0\x06handle\x01\x06\x04\0\x20wasi:http/incoming-handler@0.2.9\x05\x16\x04\0\x15\ wasi:http/proxy@0.2.9\x04\0\x0b\x0b\x01\0\x05proxy\x03\0\0\0G\x09producers\x01\x0c\ -processed-by\x02\x0dwit-component\x070.244.0\x10wit-bindgen-rust\x060.51.0"; +processed-by\x02\x0dwit-component\x070.245.0\x10wit-bindgen-rust\x060.53.0"; }; }; } @@ -7300,8 +7300,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.51.0:wasi:http@0.2.9:proxy-with-all-of-its-exports-removed:encoded worldrust-wasip2-1.0.2+wasi-0.2.9-from-crates-io-proxy-world-in-libstd"))] -#[cfg_attr(not(feature = "rustc-dep-of-std"), unsafe(link_section = "component-type:wit-bindgen:0.51.0:wasi:http@0.2.9:proxy-with-all-of-its-exports-removed:encoded worldrust-wasip2-1.0.2+wasi-0.2.9-from-crates-io-proxy-world"))] +#[cfg_attr(feature = "rustc-dep-of-std", unsafe(link_section = "component-type:wit-bindgen:0.53.0:wasi:http@0.2.9:proxy-with-all-of-its-exports-removed:encoded worldrust-wasip2-1.0.2+wasi-0.2.9-from-crates-io-proxy-world-in-libstd"))] +#[cfg_attr(not(feature = "rustc-dep-of-std"), unsafe(link_section = "component-type:wit-bindgen:0.53.0:wasi:http@0.2.9:proxy-with-all-of-its-exports-removed:encoded worldrust-wasip2-1.0.2+wasi-0.2.9-from-crates-io-proxy-world"))] #[doc(hidden)] #[allow(clippy::octal_escapes)] @@ -7443,7 +7443,7 @@ i\x05\x01j\x01\x0b\x01\x07\x01@\x02\x07request\x08\x07options\x0a\0\x0c\x04\0\x0 handle\x01\x0d\x03\0\x20wasi:http/outgoing-handler@0.2.9\x05\x13\x04\05wasi:http\ /proxy-with-all-of-its-exports-removed@0.2.9\x04\0\x0b+\x01\0%proxy-with-all-of-\ its-exports-removed\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-compo\ -nent\x070.244.0\x10wit-bindgen-rust\x060.51.0"; +nent\x070.245.0\x10wit-bindgen-rust\x060.53.0"; #[inline(never)] #[doc(hidden)] pub fn __link_custom_section_describing_imports() { diff --git a/crates/wasip3/src/command.rs b/crates/wasip3/src/command.rs index 0efe02a..8aba3db 100644 --- a/crates/wasip3/src/command.rs +++ b/crates/wasip3/src/command.rs @@ -1,4 +1,4 @@ -// Generated by `wit-bindgen` 0.51.0. DO NOT EDIT! +// Generated by `wit-bindgen` 0.53.0. DO NOT EDIT! // Options used: // * with "wasi:cli/environment@0.3.0-rc-2026-01-06" = "crate::cli::environment" // * with "wasi:cli/exit@0.3.0-rc-2026-01-06" = "crate::cli::exit" @@ -179,7 +179,7 @@ macro_rules! __export_command_impl { exports::wasi::cli::run::__export_wasi_cli_run_0_3_0_rc_2026_01_06_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.51.0:wasi:cli@0.3.0-rc-2026-01-06:command:imports and exportsrust-wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06-from-crates-io-command-world")] + "component-type:wit-bindgen:0.53.0:wasi:cli@0.3.0-rc-2026-01-06:command:imports and exportsrust-wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06-from-crates-io-command-world")] #[doc(hidden)] #[allow(clippy::octal_escapes)] pub static __WIT_BINDGEN_COMPONENT_TYPE : [u8; 8040] = * b"\ @@ -337,7 +337,7 @@ w\0\0\x04\0\x19get-insecure-random-bytes\x01\x01\x01@\0\0w\x04\0\x17get-insecure cure-seed@0.3.0-rc-2026-01-06\x05\x1b\x01B\x03\x01j\0\0\x01C\0\0\0\x04\0\x03run\x01\ \x01\x04\0\x20wasi:cli/run@0.3.0-rc-2026-01-06\x05\x1c\x04\0$wasi:cli/command@0.\ 3.0-rc-2026-01-06\x04\0\x0b\x0d\x01\0\x07command\x03\0\0\0G\x09producers\x01\x0c\ -processed-by\x02\x0dwit-component\x070.244.0\x10wit-bindgen-rust\x060.51.0"; +processed-by\x02\x0dwit-component\x070.245.0\x10wit-bindgen-rust\x060.53.0"; }; }; } @@ -346,7 +346,7 @@ pub use __export_command_impl as _export_command; #[rustfmt::skip] #[cfg(target_arch = "wasm32")] #[unsafe( - link_section = "component-type:wit-bindgen:0.51.0:wasi:cli@0.3.0-rc-2026-01-06:command-with-all-of-its-exports-removed:encoded worldrust-wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06-from-crates-io-command-world" + link_section = "component-type:wit-bindgen:0.53.0:wasi:cli@0.3.0-rc-2026-01-06:command-with-all-of-its-exports-removed:encoded worldrust-wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06-from-crates-io-command-world" )] #[doc(hidden)] #[allow(clippy::octal_escapes)] @@ -505,7 +505,7 @@ w\0\0\x04\0\x19get-insecure-random-bytes\x01\x01\x01@\0\0w\x04\0\x17get-insecure cure-seed@0.3.0-rc-2026-01-06\x05\x1b\x04\0Dwasi:cli/command-with-all-of-its-exp\ orts-removed@0.3.0-rc-2026-01-06\x04\0\x0b-\x01\0'command-with-all-of-its-export\ s-removed\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-component\x070.\ -244.0\x10wit-bindgen-rust\x060.51.0"; +245.0\x10wit-bindgen-rust\x060.53.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 20969d5..06d3c19 100644 --- a/crates/wasip3/src/imports.rs +++ b/crates/wasip3/src/imports.rs @@ -1,4 +1,4 @@ -// Generated by `wit-bindgen` 0.51.0. DO NOT EDIT! +// Generated by `wit-bindgen` 0.53.0. DO NOT EDIT! // Options used: // * type_section_suffix: "rust-wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06-from-crates-io" #[rustfmt::skip] @@ -348,11 +348,14 @@ pub mod wasi { let result4 = ( wit_bindgen::rt::async_support::StreamReader::new( l2 as u32, - &super::super::super::wit_stream::vtable0::VTABLE, + &::VTABLE, ), wit_bindgen::rt::async_support::FutureReader::new( l3 as u32, - &super::super::super::wit_future::vtable0::VTABLE, + & as super::super::super::wit_future::FuturePayload>::VTABLE, ), ); result4 @@ -434,7 +437,7 @@ pub mod wasi { unsafe { let _ = wit_bindgen::rt::async_support::StreamReader::new( _params.0 as u32, - &super::super::super::wit_stream::vtable0::VTABLE, + &::VTABLE, ); } } @@ -553,7 +556,7 @@ pub mod wasi { unsafe { let _ = wit_bindgen::rt::async_support::StreamReader::new( _params.0 as u32, - &super::super::super::wit_stream::vtable0::VTABLE, + &::VTABLE, ); } } @@ -1934,11 +1937,14 @@ pub mod wasi { let result4 = ( wit_bindgen::rt::async_support::StreamReader::new( l2 as u32, - &super::super::super::wit_stream::vtable0::VTABLE, + &::VTABLE, ), wit_bindgen::rt::async_support::FutureReader::new( l3 as u32, - &super::super::super::wit_future::vtable1::VTABLE, + & as super::super::super::wit_future::FuturePayload>::VTABLE, ), ); result4 @@ -2029,7 +2035,7 @@ pub mod wasi { unsafe { let _ = wit_bindgen::rt::async_support::StreamReader::new( _params.1 as u32, - &super::super::super::wit_stream::vtable0::VTABLE, + &::VTABLE, ); } } @@ -2152,7 +2158,7 @@ pub mod wasi { unsafe { let _ = wit_bindgen::rt::async_support::StreamReader::new( _params.1 as u32, - &super::super::super::wit_stream::vtable0::VTABLE, + &::VTABLE, ); } } @@ -2985,11 +2991,14 @@ pub mod wasi { ( wit_bindgen::rt::async_support::StreamReader::new( l0 as u32, - &super::super::super::wit_stream::vtable1::VTABLE, + &::VTABLE, ), wit_bindgen::rt::async_support::FutureReader::new( l1 as u32, - &super::super::super::wit_future::vtable1::VTABLE, + & as super::super::super::wit_future::FuturePayload>::VTABLE, ), ) } @@ -6482,7 +6491,7 @@ pub mod wasi { let l3 = *ptr0.add(4).cast::(); wit_bindgen::rt::async_support::StreamReader::new( l3 as u32, - &super::super::super::wit_stream::vtable2::VTABLE, + &::VTABLE, ) }; Ok(e) @@ -6587,7 +6596,7 @@ pub mod wasi { unsafe { let _ = wit_bindgen::rt::async_support::StreamReader::new( _params.1 as u32, - &super::super::super::wit_stream::vtable0::VTABLE, + &::VTABLE, ); } } @@ -6699,11 +6708,14 @@ pub mod wasi { let result4 = ( wit_bindgen::rt::async_support::StreamReader::new( l2 as u32, - &super::super::super::wit_stream::vtable0::VTABLE, + &::VTABLE, ), wit_bindgen::rt::async_support::FutureReader::new( l3 as u32, - &super::super::super::wit_future::vtable2::VTABLE, + & as super::super::super::wit_future::FuturePayload>::VTABLE, ), ); result4 @@ -10377,7 +10389,7 @@ pub mod wit_stream { #[rustfmt::skip] #[cfg(target_arch = "wasm32")] #[unsafe( - link_section = "component-type:wit-bindgen:0.51.0:wasi:cli@0.3.0-rc-2026-01-06:imports:encoded worldrust-wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06-from-crates-io" + link_section = "component-type:wit-bindgen:0.53.0:wasi:cli@0.3.0-rc-2026-01-06:imports:encoded worldrust-wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06-from-crates-io" )] #[doc(hidden)] #[allow(clippy::octal_escapes)] @@ -10535,7 +10547,7 @@ w\0\0\x04\0\x19get-insecure-random-bytes\x01\x01\x01@\0\0w\x04\0\x17get-insecure \x01o\x02ww\x01@\0\0\0\x04\0\x11get-insecure-seed\x01\x01\x03\0-wasi:random/inse\ cure-seed@0.3.0-rc-2026-01-06\x05\x1b\x04\0$wasi:cli/imports@0.3.0-rc-2026-01-06\ \x04\0\x0b\x0d\x01\0\x07imports\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0d\ -wit-component\x070.244.0\x10wit-bindgen-rust\x060.51.0"; +wit-component\x070.245.0\x10wit-bindgen-rust\x060.53.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 4763805..8ab18a4 100644 --- a/crates/wasip3/src/service.rs +++ b/crates/wasip3/src/service.rs @@ -1,4 +1,4 @@ -// Generated by `wit-bindgen` 0.51.0. DO NOT EDIT! +// Generated by `wit-bindgen` 0.53.0. DO NOT EDIT! // Options used: // * with "wasi:cli/stdin@0.3.0-rc-2026-01-06" = "crate::cli::stdin" // * with "wasi:cli/stdout@0.3.0-rc-2026-01-06" = "crate::cli::stdout" @@ -1443,7 +1443,10 @@ pub mod wasi { Request::from_handle(l4 as u32), wit_bindgen::rt::async_support::FutureReader::new( l5 as u32, - &super::super::super::wit_future::vtable1::VTABLE, + & as super::super::super::wit_future::FuturePayload>::VTABLE, ), ); result6 @@ -2080,11 +2083,14 @@ pub mod wasi { let result4 = ( wit_bindgen::rt::async_support::StreamReader::new( l2 as u32, - &super::super::super::wit_stream::vtable0::VTABLE, + &::VTABLE, ), wit_bindgen::rt::async_support::FutureReader::new( l3 as u32, - &super::super::super::wit_future::vtable0::VTABLE, + &, + ErrorCode, + > as super::super::super::wit_future::FuturePayload>::VTABLE, ), ); result4 @@ -2525,7 +2531,10 @@ pub mod wasi { Response::from_handle(l3 as u32), wit_bindgen::rt::async_support::FutureReader::new( l4 as u32, - &super::super::super::wit_future::vtable1::VTABLE, + & as super::super::super::wit_future::FuturePayload>::VTABLE, ), ); result5 @@ -2676,11 +2685,14 @@ pub mod wasi { let result4 = ( wit_bindgen::rt::async_support::StreamReader::new( l2 as u32, - &super::super::super::wit_stream::vtable0::VTABLE, + &::VTABLE, ), wit_bindgen::rt::async_support::FutureReader::new( l3 as u32, - &super::super::super::wit_future::vtable0::VTABLE, + &, + ErrorCode, + > as super::super::super::wit_future::FuturePayload>::VTABLE, ), ); result4 @@ -7049,7 +7061,7 @@ macro_rules! __export_service_impl { exports::wasi::http::handler::__export_wasi_http_handler_0_3_0_rc_2026_01_06_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.51.0:wasi:http@0.3.0-rc-2026-01-06:service:imports and exportsrust-wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06-from-crates-io-service-world")] + "component-type:wit-bindgen:0.53.0:wasi:http@0.3.0-rc-2026-01-06:service:imports and exportsrust-wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06-from-crates-io-service-world")] #[doc(hidden)] #[allow(clippy::octal_escapes)] pub static __WIT_BINDGEN_COMPONENT_TYPE : [u8; 5141] = * b"\ @@ -7154,7 +7166,7 @@ ndom/insecure-seed@0.3.0-rc-2026-01-06\x05\x10\x01B\x0b\x02\x03\x02\x01\x08\x04\ \x07request\x06\0\x08\x04\0\x06handle\x01\x09\x04\0%wasi:http/handler@0.3.0-rc-2\ 026-01-06\x05\x11\x04\0%wasi:http/service@0.3.0-rc-2026-01-06\x04\0\x0b\x0d\x01\0\ \x07service\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-component\x07\ -0.244.0\x10wit-bindgen-rust\x060.51.0"; +0.245.0\x10wit-bindgen-rust\x060.53.0"; }; }; } @@ -7163,7 +7175,7 @@ pub use __export_service_impl as _export_service; #[rustfmt::skip] #[cfg(target_arch = "wasm32")] #[unsafe( - link_section = "component-type:wit-bindgen:0.51.0:wasi:http@0.3.0-rc-2026-01-06:service-with-all-of-its-exports-removed:encoded worldrust-wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06-from-crates-io-service-world" + link_section = "component-type:wit-bindgen:0.53.0:wasi:http@0.3.0-rc-2026-01-06:service-with-all-of-its-exports-removed:encoded worldrust-wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06-from-crates-io-service-world" )] #[doc(hidden)] #[allow(clippy::octal_escapes)] @@ -7266,7 +7278,7 @@ nsecure-random-u64\x01\x02\x03\0(wasi:random/insecure@0.3.0-rc-2026-01-06\x05\x0 ndom/insecure-seed@0.3.0-rc-2026-01-06\x05\x10\x04\0Ewasi:http/service-with-all-\ of-its-exports-removed@0.3.0-rc-2026-01-06\x04\0\x0b-\x01\0'service-with-all-of-\ its-exports-removed\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-compo\ -nent\x070.244.0\x10wit-bindgen-rust\x060.51.0"; +nent\x070.245.0\x10wit-bindgen-rust\x060.53.0"; #[inline(never)] #[doc(hidden)] pub fn __link_custom_section_describing_imports() {