Skip to content

Commit

Permalink
chore: more codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Jun 10, 2024
1 parent 68ad0d9 commit f9331ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,4 @@ external RustLibWasmModule get wasmModule;

@JS()
@anonymous
class RustLibWasmModule implements WasmModule {
@override
external Object /* Promise */ call([String? moduleName]);

@override
external RustLibWasmModule bind(dynamic thisArg, String moduleName);
}
class RustLibWasmModule {}
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,4 @@ external RustLibWasmModule get wasmModule;

@JS()
@anonymous
class RustLibWasmModule implements WasmModule {
@override
external Object /* Promise */ call([String? moduleName]);

@override
external RustLibWasmModule bind(dynamic thisArg, String moduleName);
}
class RustLibWasmModule {}
Original file line number Diff line number Diff line change
Expand Up @@ -4186,13 +4186,7 @@ external RustLibWasmModule get wasmModule;

@JS()
@anonymous
class RustLibWasmModule implements WasmModule {
@override
external Object /* Promise */ call([String? moduleName]);

@override
external RustLibWasmModule bind(dynamic thisArg, String moduleName);

class RustLibWasmModule {
external void
rust_arc_increment_strong_count_RustOpaque_flutter_rust_bridgefor_generatedRustAutoOpaqueInnerAnalyserNode(
dynamic ptr);
Expand Down

0 comments on commit f9331ab

Please sign in to comment.