Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

wit-bindgen

Package Overview
Dependencies
Maintainers
0
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wit-bindgen - npm Package Compare versions

Comparing version
0.51.0
to
0.52.0
+1
-1
.cargo_vcs_info.json
{
"git": {
"sha1": "0c39eee9f23d0530ed81bdf68bdd91fcc09ae08f"
"sha1": "3dfc82a753ac7e514802a618ddedb24dd51048fe"
},
"path_in_vcs": "crates/guest-rust"
}

@@ -346,3 +346,3 @@ # This file is automatically @generated by Cargo.

name = "wit-bindgen"
version = "0.51.0"
version = "0.52.0"
dependencies = [

@@ -358,5 +358,5 @@ "bitflags",

name = "wit-bindgen-core"
version = "0.51.0"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
checksum = "c15e7a56641cc9040480a26526a3229cbc4e8065adf98c9755d21c4c9b446c4c"
dependencies = [

@@ -370,5 +370,5 @@ "anyhow",

name = "wit-bindgen-rust"
version = "0.51.0"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
checksum = "bd81b0ae1ec492bfe91683f1da6db6492ebc682e72d4f2715619dba783b066ca"
dependencies = [

@@ -387,5 +387,5 @@ "anyhow",

name = "wit-bindgen-rust-macro"
version = "0.51.0"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
checksum = "54e6ce04c549e7149b66a70d34fc5a2a01b374bf49ca61db65d16e3ae922866e"
dependencies = [

@@ -392,0 +392,0 @@ "anyhow",

@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO

name = "wit-bindgen"
version = "0.51.0"
version = "0.52.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]

@@ -87,3 +87,3 @@ build = "build.rs"

[dependencies.wit-bindgen-rust-macro]
version = "0.51.0"
version = "0.52.0"
optional = true

@@ -90,0 +90,0 @@

@@ -5,7 +5,7 @@ // This file is generated by ./ci/rebuild-libwit-bindgen-cabi.sh

extern void *cabi_realloc_wit_bindgen_0_51_0(void *ptr, size_t old_size, size_t align, size_t new_size);
extern void *cabi_realloc_wit_bindgen_0_52_0(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_51_0(ptr, old_size, align, new_size);
return cabi_realloc_wit_bindgen_0_52_0(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_51_0(
pub unsafe extern "C" fn cabi_realloc_wit_bindgen_0_52_0(
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