We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 402e921 commit 376fda3Copy full SHA for 376fda3
src/js-executor/index.js
@@ -218,7 +218,7 @@ export default class JsExecutor {
218
// necessary to load stdlib.wasm before its initialization to parallelize
219
// language=JavaScript
220
(`const stdlibWasm = fetch('${API_URLS.STDLIB_WASM(hash)}');\n` + script).replace(
221
- "new URL('./stdlib.wasm',import.meta.url).href",
+ "fetch(new URL('./stdlib.wasm',import.meta.url).href)",
222
"stdlibWasm"
223
).replace(
224
"(extends) => { return { extends }; }",
0 commit comments