Skip to content

Commit

Permalink
fix: fix esbuild wasm url in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Apr 23, 2024
1 parent 07e0d06 commit 898195c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demo/CodeGen.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const transformErrors = ref([]);
onMounted(async () => {
await initialize({
wasmURL: "https://cdn.jsdelivr.net/npm/esbuild-wasm@0.19.2/esbuild.wasm"
wasmURL: "https://cdn.jsdelivr.net/npm/esbuild-wasm@0.19.12/esbuild.wasm"
});
initializing.value = false;
Expand Down

0 comments on commit 898195c

Please sign in to comment.