Bump Wasmtime to 8.0.0 (#5932)

Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com>
This commit is contained in:
wasmtime-publish
2023-03-06 09:08:16 -06:00
committed by GitHub
parent 20198d94c6
commit 354bc48015
21 changed files with 120 additions and 110 deletions

View File

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