From a04b85e2378605b7cf6905b811ba483430d4cea1 Mon Sep 17 00:00:00 2001 From: Juan Manuel Castillo <42351046+juancastillo0@users.noreply.github.com> Date: Mon, 6 Nov 2023 12:10:50 -0500 Subject: [PATCH] generated code wasmtime 14.0.4 --- packages/wasm_run/lib/src/bridge_generated.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/wasm_run/lib/src/bridge_generated.dart b/packages/wasm_run/lib/src/bridge_generated.dart index fb61023..b34f9d5 100644 --- a/packages/wasm_run/lib/src/bridge_generated.dart +++ b/packages/wasm_run/lib/src/bridge_generated.dart @@ -1359,7 +1359,7 @@ class WasmFeatures { final bool relaxedSimd; /// The WebAssembly threads proposal, shared memory and atomics - /// https://docs.rs/wasmtime/14.0.1/wasmtime/struct.Config.html#method.wasm_threads + /// https://docs.rs/wasmtime/14.0.4/wasmtime/struct.Config.html#method.wasm_threads final bool threads; /// The WebAssembly tail-call proposal @@ -1829,7 +1829,7 @@ class WasmRuntimeFeatures { final String name; /// The version of the runtime. - /// For example, "0.31.0" or "14.0.1". + /// For example, "0.31.0" or "14.0.4". final String version; /// Is `true` if the runtime is the one provided by the browser.