11diff --git a/crates/c_api/CMakeLists.txt b/crates/c_api/CMakeLists.txt
2- index b15c787..54eaed2 100644
2+ index b15c787a..54eaed2d 100644
33--- a/crates/c_api/CMakeLists.txt
44+++ b/crates/c_api/CMakeLists.txt
55@@ -6,6 +6,8 @@ option(BUILD_SHARED_LIBS "Build using shared libraries" OFF)
@@ -67,7 +67,7 @@ index b15c787..54eaed2 100644
6767- COMMENT "clang-format: Apply formatting rules for Wasmi C-API header files"
6868- )
6969diff --git a/crates/c_api/include/wasm.h b/crates/c_api/include/wasm.h
70- index 5ee617f..a76f10e 100644
70+ index 5ee617ff..a76f10e0 100644
7171--- a/crates/c_api/include/wasm.h
7272+++ b/crates/c_api/include/wasm.h
7373@@ -13,11 +13,17 @@
@@ -104,15 +104,15 @@ index 5ee617f..a76f10e 100644
104104 ///////////////////////////////////////////////////////////////////////////////
105105 // Type Representations
106106diff --git a/crates/c_api/include/wasmi.h b/crates/c_api/include/wasmi.h
107- index 2caffa3..8f0f0ed 100644
107+ index 2caffa37..560ab307 100644
108108--- a/crates/c_api/include/wasmi.h
109109+++ b/crates/c_api/include/wasmi.h
110110@@ -10,18 +10,18 @@
111111 /**
112112 * \brief Wasmi version string.
113113 */
114114- #define WASMI_VERSION "0.35.0"
115- + #define WASMI_VERSION "1.0.4 "
115+ + #define WASMI_VERSION "1.0.6 "
116116 /**
117117 * \brief Wasmi major version number.
118118 */
@@ -127,11 +127,11 @@ index 2caffa3..8f0f0ed 100644
127127 * \brief Wasmi patch version number.
128128 */
129129- #define WASMI_VERSION_PATCH 0
130- + #define WASMI_VERSION_PATCH 4
130+ + #define WASMI_VERSION_PATCH 6
131131
132132 #endif // WASMI_H
133133diff --git a/crates/c_api/include/wasmi/config.h b/crates/c_api/include/wasmi/config.h
134- index 67baa75..491a1cc 100644
134+ index 67baa751..491a1cc7 100644
135135--- a/crates/c_api/include/wasmi/config.h
136136+++ b/crates/c_api/include/wasmi/config.h
137137@@ -35,6 +35,40 @@ WASMI_CONFIG_PROP(void, consume_fuel, bool)
@@ -288,7 +288,7 @@ index 67baa75..491a1cc 100644
288288 } // extern "C"
289289 #endif
290290diff --git a/crates/c_api/src/config.rs b/crates/c_api/src/config.rs
291- index 6a1c1aa..cc69342 100644
291+ index 6a1c1aa2..cc693429 100644
292292--- a/crates/c_api/src/config.rs
293293+++ b/crates/c_api/src/config.rs
294294@@ -1,5 +1,5 @@
@@ -480,7 +480,7 @@ index 6a1c1aa..cc69342 100644
480480+ config.inner.enforced_limits(limits.inner);
481481+ }
482482diff --git a/crates/c_api/src/error.rs b/crates/c_api/src/error.rs
483- index f51aff8..dc85727 100644
483+ index f51aff8a..dc85727b 100644
484484--- a/crates/c_api/src/error.rs
485485+++ b/crates/c_api/src/error.rs
486486@@ -1,4 +1,5 @@
@@ -508,7 +508,7 @@ index f51aff8..dc85727 100644
508508+ out.set_buffer(buffer.into());
509509+ }
510510diff --git a/crates/c_api/src/store.rs b/crates/c_api/src/store.rs
511- index 56d4898..9abda8e 100644
511+ index 56d4898f..9abda8e7 100644
512512--- a/crates/c_api/src/store.rs
513513+++ b/crates/c_api/src/store.rs
514514@@ -1,7 +1,7 @@
0 commit comments