Skip to content

Commit

Permalink
flutter_rust_bridge@ 1.82.4
Browse files Browse the repository at this point in the history
  • Loading branch information
juancastillo0 committed Nov 11, 2023
1 parent cd8ecc5 commit 6182b59
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 15 deletions.
1 change: 0 additions & 1 deletion packages/wasm_packages/y_crdt/test/y_crdt_test.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import 'dart:typed_data';

import 'package:y_crdt/src/api.dart';
import 'package:y_crdt/wit_world.dart';
import 'package:y_crdt/y_crdt.dart';
import 'package:test/test.dart';
Expand Down
3 changes: 1 addition & 2 deletions packages/wasm_run/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -790,8 +790,7 @@ void testAll({TestArgs? testArgs}) {

/// https://github.com/bytecodealliance/wasmtime/blob/main/examples/fuel.rs
/// TODO: print rust error in sync execution
test('fueling instance execution limit',
skip: 'TODO: print rust error in sync execution', () async {
test('fueling instance execution limit', () async {
final binary0 = await getBinary(
wat: r'''
(module
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm_run/lib/src/bridge_generated.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// AUTO GENERATED FILE, DO NOT EDIT.
// Generated by `flutter_rust_bridge`@ 1.82.3.
// Generated by `flutter_rust_bridge`@ 1.82.4.
// ignore_for_file: non_constant_identifier_names, unused_element, duplicate_ignore, directives_ordering, curly_braces_in_flow_control_structures, unnecessary_lambdas, slash_for_doc_comments, prefer_const_literals_to_create_immutables, implicit_dynamic_list_literal, duplicate_import, unused_import, unnecessary_import, prefer_single_quotes, prefer_const_constructors, use_super_parameters, always_use_package_imports, annotate_overrides, invalid_use_of_protected_member, constant_identifier_names, invalid_use_of_internal_member, prefer_is_empty, unnecessary_const

import 'dart:convert';
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm_run/lib/src/bridge_generated.io.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// AUTO GENERATED FILE, DO NOT EDIT.
// Generated by `flutter_rust_bridge`@ 1.82.3.
// Generated by `flutter_rust_bridge`@ 1.82.4.
// ignore_for_file: non_constant_identifier_names, unused_element, duplicate_ignore, directives_ordering, curly_braces_in_flow_control_structures, unnecessary_lambdas, slash_for_doc_comments, prefer_const_literals_to_create_immutables, implicit_dynamic_list_literal, duplicate_import, unused_import, unnecessary_import, prefer_single_quotes, prefer_const_constructors, use_super_parameters, always_use_package_imports, annotate_overrides, invalid_use_of_protected_member, constant_identifier_names, invalid_use_of_internal_member, prefer_is_empty, unnecessary_const

import 'dart:convert';
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm_run/lib/src/bridge_generated.web.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// AUTO GENERATED FILE, DO NOT EDIT.
// Generated by `flutter_rust_bridge`@ 1.82.3.
// Generated by `flutter_rust_bridge`@ 1.82.4.
// ignore_for_file: non_constant_identifier_names, unused_element, duplicate_ignore, directives_ordering, curly_braces_in_flow_control_structures, unnecessary_lambdas, slash_for_doc_comments, prefer_const_literals_to_create_immutables, implicit_dynamic_list_literal, duplicate_import, unused_import, unnecessary_import, prefer_single_quotes, prefer_const_constructors, use_super_parameters, always_use_package_imports, annotate_overrides, invalid_use_of_protected_member, constant_identifier_names, invalid_use_of_internal_member, prefer_is_empty, unnecessary_const

import 'dart:convert';
Expand Down
4 changes: 2 additions & 2 deletions packages/wasm_run/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ edition = "2021"
crate-type = ["staticlib", "cdylib"]

[build-dependencies]
flutter_rust_bridge_codegen = "1.82.*"
flutter_rust_bridge_codegen = "1.82.4"

[dependencies]
flutter_rust_bridge = "1.82.*"
flutter_rust_bridge = "1.82.4"
anyhow = "1.0.75"
once_cell = "1.18.0"
wat = "1.0.77"
Expand Down
4 changes: 2 additions & 2 deletions packages/wasm_run/native/Cargo.wasmi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ edition = "2021"
crate-type = ["staticlib", "cdylib"]

[build-dependencies]
flutter_rust_bridge_codegen = "1.82.*"
flutter_rust_bridge_codegen = "1.82.4"

[dependencies]
flutter_rust_bridge = "1.82.*"
flutter_rust_bridge = "1.82.4"
anyhow = "1.0.75"
once_cell = "1.18.0"
wat = "1.0.77"
Expand Down
4 changes: 2 additions & 2 deletions packages/wasm_run/native/Cargo.wasmtime.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ edition = "2021"
crate-type = ["staticlib", "cdylib"]

[build-dependencies]
flutter_rust_bridge_codegen = "1.82.*"
flutter_rust_bridge_codegen = "1.82.4"

[dependencies]
flutter_rust_bridge = "1.82.*"
flutter_rust_bridge = "1.82.4"
anyhow = "1.0.75"
once_cell = "1.18.0"
wat = "1.0.77"
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm_run/native/src/bridge_generated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
clippy::too_many_arguments
)]
// AUTO GENERATED FILE, DO NOT EDIT.
// Generated by `flutter_rust_bridge`@ 1.82.3.
// Generated by `flutter_rust_bridge`@ 1.82.4.

use crate::api::*;
use core::panic::UnwindSafe;
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm_run/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ flutter:
dependencies:
meta: ^1.8.0
ffi: ^2.0.1
flutter_rust_bridge: ^1.82.3
flutter_rust_bridge: 1.82.4
freezed_annotation: ^2.2.0
wasm_interop: ^2.0.1
logging: ^1.1.0
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm_run_flutter/example/macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7

COCOAPODS: 1.10.2
COCOAPODS: 1.13.0

0 comments on commit 6182b59

Please sign in to comment.