Skip to content

Commit

Permalink
generated code wasmtime 14.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
juancastillo0 committed Nov 6, 2023
1 parent 2ca4367 commit a04b85e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/wasm_run/lib/src/bridge_generated.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit a04b85e

Please sign in to comment.