Skip to content

Commit

Permalink
This makes the url a bit simpler to use
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Dec 13, 2023
1 parent 75c4bf1 commit a351a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cdn/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wasmer JavaScript SDK</title>
<script defer type="module">
import { init, Wasmer } from "https://unpkg.com/@wasmer/sdk@latest/dist/Library.mjs";
import { init, Wasmer } from "https://unpkg.com/@wasmer/sdk@latest?module";

async function runPython() {
const status = document.getElementById("status");
Expand Down

0 comments on commit a351a49

Please sign in to comment.