Bump Wasmtime to 9.0.0 (#6143)

Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com>
This commit is contained in:
wasmtime-publish
2023-04-05 12:06:36 -05:00
committed by GitHub
parent 51e8eafff2
commit bf741955f0
22 changed files with 128 additions and 118 deletions

View File

@@ -199,11 +199,11 @@
/**
* \brief Wasmtime version string.
*/
#define WASMTIME_VERSION "8.0.0"
#define WASMTIME_VERSION "9.0.0"
/**
* \brief Wasmtime major version number.
*/
#define WASMTIME_VERSION_MAJOR 8
#define WASMTIME_VERSION_MAJOR 9
/**
* \brief Wasmtime minor version number.
*/