plicease commented on Issue #986:
For FFI it would be helpful to have a
wasmtime_version()function for diagnostics that returned a string with the wasmtime version for taged releases, and the git commit id for dev releases.Adding this information as
#defines to the header is useful for C/C++, but not for languages that use FFI based on libffi or similar.
Last updated: Dec 13 2025 at 21:03 UTC