build(deps): bump wasmtime to v25.0.3

This commit is contained in:
Christian Clason 2025-01-12 12:31:13 +01:00 committed by Christian Clason
parent bf58b757c4
commit 40bf23adaf
2 changed files with 3 additions and 3 deletions

View File

@ -53,8 +53,8 @@ TREESITTER_MARKDOWN_SHA256 5dac48a6d971eb545aab665d59a18180d21963afc781bbf40f907
TREESITTER_URL https://github.com/tree-sitter/tree-sitter/archive/v0.24.6.tar.gz TREESITTER_URL https://github.com/tree-sitter/tree-sitter/archive/v0.24.6.tar.gz
TREESITTER_SHA256 03c7ee1e6f9f4f3821fd4af0ae06e1da60433b304a73ff92ee9694933009121a TREESITTER_SHA256 03c7ee1e6f9f4f3821fd4af0ae06e1da60433b304a73ff92ee9694933009121a
WASMTIME_URL https://github.com/bytecodealliance/wasmtime/archive/v25.0.2.tar.gz WASMTIME_URL https://github.com/bytecodealliance/wasmtime/archive/v25.0.3.tar.gz
WASMTIME_SHA256 6d1c17c756b83f29f629963228e5fa208ba9d6578421ba2cd07132b6a120accb WASMTIME_SHA256 17850ca356fce6ea8bcd3847692b3233588ddf32ff31fcccac67ad06bcac0a3a
UNCRUSTIFY_URL https://github.com/uncrustify/uncrustify/archive/uncrustify-0.80.1.tar.gz UNCRUSTIFY_URL https://github.com/uncrustify/uncrustify/archive/uncrustify-0.80.1.tar.gz
UNCRUSTIFY_SHA256 0e2616ec2f78e12816388c513f7060072ff7942b42f1175eb28b24cb75aaec48 UNCRUSTIFY_SHA256 0e2616ec2f78e12816388c513f7060072ff7942b42f1175eb28b24cb75aaec48

View File

@ -49,7 +49,7 @@ if(ENABLE_LIBINTL)
endif() endif()
if(ENABLE_WASMTIME) if(ENABLE_WASMTIME)
find_package(Wasmtime 25.0.2 EXACT REQUIRED) find_package(Wasmtime 25.0.3 EXACT REQUIRED)
target_link_libraries(main_lib INTERFACE wasmtime) target_link_libraries(main_lib INTERFACE wasmtime)
target_compile_definitions(nvim_bin PRIVATE HAVE_WASMTIME) target_compile_definitions(nvim_bin PRIVATE HAVE_WASMTIME)
endif() endif()