wit-bindgen
Advanced tools
| { | ||
| "git": { | ||
| "sha1": "875e8632bb4b45d6b6ea1e3a72c66354c86d5d29" | ||
| "sha1": "d44d953b9bf9841d1bf5d1744fa7400cbecbefd7" | ||
| }, | ||
| "path_in_vcs": "crates/guest-rust" | ||
| } |
+7
-7
@@ -352,3 +352,3 @@ # This file is automatically @generated by Cargo. | ||
| name = "wit-bindgen" | ||
| version = "0.48.0" | ||
| version = "0.48.1" | ||
| dependencies = [ | ||
@@ -364,5 +364,5 @@ "bitflags", | ||
| name = "wit-bindgen-core" | ||
| version = "0.48.0" | ||
| version = "0.48.1" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "a64f7435c8448e456bc6e8f14e27ee4f65926cbdfe72b7bf95badeae2501bacf" | ||
| checksum = "9b881a098cae03686d7a0587f8f306f8a58102ad8da8b5599100fbe0e7f5800b" | ||
| dependencies = [ | ||
@@ -376,5 +376,5 @@ "anyhow", | ||
| name = "wit-bindgen-rust" | ||
| version = "0.48.0" | ||
| version = "0.48.1" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "612651c001e0de8bfb7138af5551f80461f25caa627b64d7014a80914cf4f407" | ||
| checksum = "69667efa439a453e1d50dac939c6cab6d2c3ac724a9d232b6631dad2472a5b70" | ||
| dependencies = [ | ||
@@ -393,5 +393,5 @@ "anyhow", | ||
| name = "wit-bindgen-rust-macro" | ||
| version = "0.48.0" | ||
| version = "0.48.1" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "16c64812d84284d45ce7d7371dc9eb0bcda2f0f747128bd1b4dae1e08217bad3" | ||
| checksum = "eae2e22cceb5d105d52326c07e3e67603a861cc7add70fc467f7cc7ec5265017" | ||
| dependencies = [ | ||
@@ -398,0 +398,0 @@ "anyhow", |
+2
-2
@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| name = "wit-bindgen" | ||
| version = "0.48.0" | ||
| version = "0.48.1" | ||
| authors = ["Alex Crichton <alex@alexcrichton.com>"] | ||
@@ -85,3 +85,3 @@ build = "build.rs" | ||
| [dependencies.wit-bindgen-rust-macro] | ||
| version = "0.48.0" | ||
| version = "0.48.1" | ||
| optional = true |
+11
-11
@@ -750,13 +750,2 @@ //! Bindings generation support for Rust with the Component Model. | ||
| /// | ||
| /// // Specifies an alternative name for the `export!` macro generated for | ||
| /// // any exports this world has. | ||
| /// // | ||
| /// // Defaults to "export" | ||
| /// export_macro_name: "export", | ||
| /// | ||
| /// // Indicates whether the `export!` macro is `pub` or just `pub(crate)`. | ||
| /// // | ||
| /// // This defaults to `false`. | ||
| /// pub_export_macro: false, | ||
| /// | ||
| /// // The second mode of ownership is "Borrowing". This mode then | ||
@@ -782,2 +771,13 @@ /// // additionally has a boolean flag indicating whether duplicate types | ||
| /// | ||
| /// // Specifies an alternative name for the `export!` macro generated for | ||
| /// // any exports this world has. | ||
| /// // | ||
| /// // Defaults to "export" | ||
| /// export_macro_name: "export", | ||
| /// | ||
| /// // Indicates whether the `export!` macro is `pub` or just `pub(crate)`. | ||
| /// // | ||
| /// // This defaults to `false`. | ||
| /// pub_export_macro: false, | ||
| /// | ||
| /// // The generated `export!` macro, if any, will by default look for | ||
@@ -784,0 +784,0 @@ /// // generated types adjacent to where the `export!` macro is invoked |
@@ -212,3 +212,3 @@ //! Runtime support for `future<T>` in the component model. | ||
| impl<T> FutureOps for &'static FutureVtable<T> { | ||
| impl<T> FutureOps for &FutureVtable<T> { | ||
| type Payload = T; | ||
@@ -215,0 +215,0 @@ |
@@ -5,7 +5,7 @@ // This file is generated by ./ci/rebuild-libwit-bindgen-cabi.sh | ||
| extern void *cabi_realloc_wit_bindgen_0_48_0(void *ptr, size_t old_size, size_t align, size_t new_size); | ||
| extern void *cabi_realloc_wit_bindgen_0_48_1(void *ptr, size_t old_size, size_t align, size_t new_size); | ||
| __attribute__((__weak__, __export_name__("cabi_realloc"))) | ||
| void *cabi_realloc(void *ptr, size_t old_size, size_t align, size_t new_size) { | ||
| return cabi_realloc_wit_bindgen_0_48_0(ptr, old_size, align, new_size); | ||
| return cabi_realloc_wit_bindgen_0_48_1(ptr, old_size, align, new_size); | ||
| } |
| // This file is generated by ./ci/rebuild-libwit-bindgen-cabi.sh | ||
| #[unsafe(no_mangle)] | ||
| pub unsafe extern "C" fn cabi_realloc_wit_bindgen_0_48_0( | ||
| pub unsafe extern "C" fn cabi_realloc_wit_bindgen_0_48_1( | ||
| old_ptr: *mut u8, | ||
@@ -6,0 +6,0 @@ old_len: usize, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet