We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1645f6c commit 8594309Copy full SHA for 8594309
tests/standalone/monaco-pyodide-dependency-bug.html
@@ -41,7 +41,7 @@
41
42
// init Pyodide
43
async function main() {
44
- const dpyodide = import("https://cdn.jsdelivr.net/npm/pyodide@0.25.0/pyodide.mjs").then(
+ const dpyodide = await import("https://cdn.jsdelivr.net/npm/pyodide@0.25.0/pyodide.mjs").then(
45
async ({loadPyodide}) => {
46
const pyodideProcess = await loadPyodide(
47
{indexURL: "https://cdn.jsdelivr.net/npm/pyodide@0.25.0/"}
0 commit comments