From a814b23be4307be3d01db88f9ab1dcb00bc28155 Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Mon, 20 Jul 2026 09:32:02 -0700 Subject: [PATCH] Update Wasmtime's support for branch hinting Enabled behind a flag: https://github.com/bytecodealliance/wasmtime/releases/tag/v46.0.0 --- features.json | 1 + 1 file changed, 1 insertion(+) diff --git a/features.json b/features.json index d0d6dbc..b7ddaea 100644 --- a/features.json +++ b/features.json @@ -547,6 +547,7 @@ "category": "Standalone Runtimes", "features": { "bigInt": null, + "branchHinting": ["flag", "Requires flag `--wasm=branch-hinting`"], "bulkMemory": "0.20", "customAnnotationSyntaxInTheTextFormat": true, "customPageSizes": ["flag", "Requires flag `--wasm=custom-page-sizes`"],