Skip to content

Commit

Permalink
Merge pull request #28 from vdice/chore/update-example-bindings
Browse files Browse the repository at this point in the history
chore(example): update bindings.rs
  • Loading branch information
vdice authored Jul 8, 2024
2 parents ad7e8e7 + a690254 commit 0f82bf1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/hello-world/src/bindings.rs
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// Generated by `wit-bindgen` 0.21.0. DO NOT EDIT!
// Generated by `wit-bindgen` 0.25.0. DO NOT EDIT!
// Options used:

#[cfg(target_arch = "wasm32")]
#[link_section = "component-type:wit-bindgen:0.21.0:hello_world:encoded world"]
#[link_section = "component-type:wit-bindgen:0.25.0:hello-world:encoded world"]
#[doc(hidden)]
pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 173] = *b"\
\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07,\x01A\x02\x01A\0\x04\
\x01!component:hello_world/hello_world\x04\0\x0b\x11\x01\0\x0bhello_world\x03\0\0\
\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-component\x070.201.0\x10wit-bind\
gen-rust\x060.21.0";
\x01!component:hello-world/hello-world\x04\0\x0b\x11\x01\0\x0bhello-world\x03\0\0\
\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-component\x070.208.1\x10wit-bind\
gen-rust\x060.25.0";

#[inline(never)]
#[doc(hidden)]
Expand Down

0 comments on commit 0f82bf1

Please sign in to comment.