Bump Wasmtime to 7.0.0 (#5712)
Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com>
This commit is contained in:
@@ -199,11 +199,11 @@
|
||||
/**
|
||||
* \brief Wasmtime version string.
|
||||
*/
|
||||
#define WASMTIME_VERSION "6.0.0"
|
||||
#define WASMTIME_VERSION "7.0.0"
|
||||
/**
|
||||
* \brief Wasmtime major version number.
|
||||
*/
|
||||
#define WASMTIME_VERSION_MAJOR 6
|
||||
#define WASMTIME_VERSION_MAJOR 7
|
||||
/**
|
||||
* \brief Wasmtime minor version number.
|
||||
*/
|
||||
|
||||
@@ -28,4 +28,4 @@ libc = "0.2.42"
|
||||
# one instruction `fence.i` rather than a syscall that invokes all other cores.
|
||||
# This feature enables such optimizations, but the resulting program will *only*
|
||||
# be safe to run on one-core systems.
|
||||
one-core = []
|
||||
one-core = []
|
||||
|
||||
Reference in New Issue
Block a user