Skip to content

Commit

Permalink
Fix circular import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettgu10 committed May 7, 2024
1 parent 74ba19f commit 5559c51
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/pyodide/internal/snapshot.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ let LOADED_BASELINE_SNAPSHOT;
* `pyodide.loadPackage`. In trade we add memory snapshots here.
*/

/**
* _createPyodideModule and pyodideWasmModule together are produced by the
* Emscripten linker
*/
import { _createPyodideModule } from "pyodide-internal:generated/pyodide.asm";

const TOP_LEVEL_SNAPSHOT =
ArtifactBundler.isEwValidating() || SHOULD_SNAPSHOT_TO_DISK;
const SHOULD_UPLOAD_SNAPSHOT =
Expand Down

0 comments on commit 5559c51

Please sign in to comment.