We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e0d06 commit 898195cCopy full SHA for 898195c
src/demo/CodeGen.vue
@@ -76,7 +76,7 @@ const transformErrors = ref([]);
76
77
onMounted(async () => {
78
await initialize({
79
- wasmURL: "https://cdn.jsdelivr.net/npm/[email protected].2/esbuild.wasm"
+ wasmURL: "https://cdn.jsdelivr.net/npm/[email protected].12/esbuild.wasm"
80
});
81
82
initializing.value = false;
0 commit comments