Skip to content

Commit

Permalink
Update js dependency for integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Apr 2, 2024
1 parent fc7e2ab commit 54eecf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extras/integration_tests/web_wasm/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
shelf: ^1.4.1
shelf_proxy: ^1.0.4
path: ^1.8.3
js: ^0.6.7
js: ^0.7.0
package_config: ^2.1.0
async: ^2.11.0
http: ^1.0.0
Expand Down
2 changes: 1 addition & 1 deletion extras/integration_tests/web_wasm/web/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Future<Uint8List?> _initializeDatabase() async {

// Let's first open a custom WasmDatabase, the way it would have been
// done before WasmDatabase.open.
final sqlite3 = await WasmSqlite3.loadFromUrl(Uri.parse('sqlite3.wasm'));
final sqlite3 = await WasmSqlite3.loadFromUrl(sqlite3WasmUri);
final fs = await IndexedDbFileSystem.open(dbName: dbName);
sqlite3.registerVirtualFileSystem(fs, makeDefault: true);

Expand Down

0 comments on commit 54eecf7

Please sign in to comment.