diff --git a/Dart/benchmark.js b/Dart/benchmark.js index bc51d09..3daa61c 100644 --- a/Dart/benchmark.js +++ b/Dart/benchmark.js @@ -269,7 +269,7 @@ class Benchmark { if (isInBrowser) { // In browsers, relative imports don't work since we are not in a module. // (`import.meta.url` is not defined.) - let pathname = location.pathname.match(/(.*)index\.html/)[1]; + const pathname = location.pathname.match(/^(.*\/)(?:[^.]+(?:\.(?:[^\/]+))+)?$/)[1]; this.dart2wasmJsModule = await import(location.origin + pathname + "./Dart/build/flute.dart2wasm.mjs"); } else { // In shells, relative imports require different paths, so try with and