Skip to content

Commit

Permalink
fix: err
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Jun 11, 2024
1 parent 7b4d1b8 commit 0ae4ec6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frb_example/dart_minimal/test/minimal_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ import 'dart:typed_data';

import 'package:frb_example_dart_minimal/src/rust/api/minimal.dart';
import 'package:frb_example_dart_minimal/src/rust/frb_generated.dart';
import 'package:test/test.dart';

@JS()
void rust_wasm_bindgen_func();
@JS("wasm_bindgen.rust_wasm_bindgen_func")
external void rust_wasm_bindgen_func();

Future<void> main() async {
print('Action: Init rust (before)');
Expand Down

0 comments on commit 0ae4ec6

Please sign in to comment.