diff --git a/crates/wasip3/Cargo.toml b/crates/wasip3/Cargo.toml index cfadb6e..a85f271 100644 --- a/crates/wasip3/Cargo.toml +++ b/crates/wasip3/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasip3" -version = "0.3.0+wasi-0.3.0-rc-2025-09-16" +version = "0.3.1+wasi-0.3.0-rc-2025-09-16" 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 50d18b8..2ac7e47 100644 --- a/crates/wasip3/src/command.rs +++ b/crates/wasip3/src/command.rs @@ -21,7 +21,7 @@ // * with "wasi:random/insecure-seed@0.3.0-rc-2025-09-16" = "crate::random::insecure_seed" // * with "wasi:sockets/types@0.3.0-rc-2025-09-16" = "crate::sockets::types" // * with "wasi:sockets/ip-name-lookup@0.3.0-rc-2025-09-16" = "crate::sockets::ip_name_lookup" -// * type_section_suffix: "rust-wasip3-0.3.0+wasi-0.3.0-rc-2025-09-16-from-crates-io-command-world" +// * type_section_suffix: "rust-wasip3-0.3.1+wasi-0.3.0-rc-2025-09-16-from-crates-io-command-world" // * default-bindings-module: "$crate" // * export-macro-name: _export_command // * pub-export-macro @@ -179,7 +179,7 @@ macro_rules! __export_command_impl { exports::wasi::cli::run::__export_wasi_cli_run_0_3_0_rc_2025_09_16_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.48.0:wasi:cli@0.3.0-rc-2025-09-16:command:imports and exportsrust-wasip3-0.3.0+wasi-0.3.0-rc-2025-09-16-from-crates-io-command-world")] + "component-type:wit-bindgen:0.48.0:wasi:cli@0.3.0-rc-2025-09-16:command:imports and exportsrust-wasip3-0.3.1+wasi-0.3.0-rc-2025-09-16-from-crates-io-command-world")] #[doc(hidden)] #[allow(clippy::octal_escapes)] pub static __WIT_BINDGEN_COMPONENT_TYPE : [u8; 8033] = * b"\ @@ -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.48.0:wasi:cli@0.3.0-rc-2025-09-16:command-with-all-of-its-exports-removed:encoded worldrust-wasip3-0.3.0+wasi-0.3.0-rc-2025-09-16-from-crates-io-command-world" + link_section = "component-type:wit-bindgen:0.48.0:wasi:cli@0.3.0-rc-2025-09-16:command-with-all-of-its-exports-removed:encoded worldrust-wasip3-0.3.1+wasi-0.3.0-rc-2025-09-16-from-crates-io-command-world" )] #[doc(hidden)] #[allow(clippy::octal_escapes)] diff --git a/crates/wasip3/src/imports.rs b/crates/wasip3/src/imports.rs index 49640ee..7a635e5 100644 --- a/crates/wasip3/src/imports.rs +++ b/crates/wasip3/src/imports.rs @@ -1,6 +1,6 @@ // Generated by `wit-bindgen` 0.48.0. DO NOT EDIT! // Options used: -// * type_section_suffix: "rust-wasip3-0.3.0+wasi-0.3.0-rc-2025-09-16-from-crates-io" +// * type_section_suffix: "rust-wasip3-0.3.1+wasi-0.3.0-rc-2025-09-16-from-crates-io" #[rustfmt::skip] #[allow(dead_code, clippy::all)] pub mod wasi { @@ -10373,7 +10373,7 @@ pub mod wit_stream { #[rustfmt::skip] #[cfg(target_arch = "wasm32")] #[unsafe( - link_section = "component-type:wit-bindgen:0.48.0:wasi:cli@0.3.0-rc-2025-09-16:imports:encoded worldrust-wasip3-0.3.0+wasi-0.3.0-rc-2025-09-16-from-crates-io" + link_section = "component-type:wit-bindgen:0.48.0:wasi:cli@0.3.0-rc-2025-09-16:imports:encoded worldrust-wasip3-0.3.1+wasi-0.3.0-rc-2025-09-16-from-crates-io" )] #[doc(hidden)] #[allow(clippy::octal_escapes)] diff --git a/crates/wasip3/src/proxy.rs b/crates/wasip3/src/proxy.rs index 6a31259..12b5f7a 100644 --- a/crates/wasip3/src/proxy.rs +++ b/crates/wasip3/src/proxy.rs @@ -8,7 +8,7 @@ // * with "wasi:clocks/wall-clock@0.3.0-rc-2025-09-16" = "crate::clocks::wall_clock" // * with "wasi:clocks/types@0.3.0-rc-2025-09-16" = "crate::clocks::types" // * with "wasi:random/random@0.3.0-rc-2025-09-16" = "crate::random::random" -// * type_section_suffix: "rust-wasip3-0.3.0+wasi-0.3.0-rc-2025-09-16-from-crates-io-proxy-world" +// * type_section_suffix: "rust-wasip3-0.3.1+wasi-0.3.0-rc-2025-09-16-from-crates-io-proxy-world" // * default-bindings-module: "$crate" // * export-macro-name: _export_proxy // * pub-export-macro @@ -7036,7 +7036,7 @@ macro_rules! __export_proxy_impl { exports::wasi::http::handler::__export_wasi_http_handler_0_3_0_rc_2025_09_16_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.48.0:wasi:http@0.3.0-rc-2025-09-16:proxy:imports and exportsrust-wasip3-0.3.0+wasi-0.3.0-rc-2025-09-16-from-crates-io-proxy-world")] + "component-type:wit-bindgen:0.48.0:wasi:http@0.3.0-rc-2025-09-16:proxy:imports and exportsrust-wasip3-0.3.1+wasi-0.3.0-rc-2025-09-16-from-crates-io-proxy-world")] #[doc(hidden)] #[allow(clippy::octal_escapes)] pub static __WIT_BINDGEN_COMPONENT_TYPE : [u8; 4922] = * b"\ @@ -7146,7 +7146,7 @@ pub use __export_proxy_impl as _export_proxy; #[rustfmt::skip] #[cfg(target_arch = "wasm32")] #[unsafe( - link_section = "component-type:wit-bindgen:0.48.0:wasi:http@0.3.0-rc-2025-09-16:proxy-with-all-of-its-exports-removed:encoded worldrust-wasip3-0.3.0+wasi-0.3.0-rc-2025-09-16-from-crates-io-proxy-world" + link_section = "component-type:wit-bindgen:0.48.0:wasi:http@0.3.0-rc-2025-09-16:proxy-with-all-of-its-exports-removed:encoded worldrust-wasip3-0.3.1+wasi-0.3.0-rc-2025-09-16-from-crates-io-proxy-world" )] #[doc(hidden)] #[allow(clippy::octal_escapes)]