Skip to content

Commit

Permalink
Fix wasm module url in the main readme example
Browse files Browse the repository at this point in the history
Existing one 404ed
  • Loading branch information
johnspurlock-skymethod authored Jul 27, 2024
1 parent ccd8992 commit b8b2065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This example bundles an entrypoint into a single ESM output.
import * as esbuild from "npm:[email protected]";
// Import the WASM build on platforms where running subprocesses is not
// permitted, such as Deno Deploy, or when running without `--allow-run`.
// import * as esbuild from "https://deno.land/x/esbuild@0.20.2/wasm.js";
// import * as esbuild from "https://deno.land/x/esbuild@v0.20.2/wasm.js";

import { denoPlugins } from "jsr:@luca/esbuild-deno-loader@^0.10.3";

Expand Down

0 comments on commit b8b2065

Please sign in to comment.