Skip to content

Commit

Permalink
gh
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamySkrell committed Feb 22, 2024
1 parent e74eb0c commit 7f84f7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wasmtool/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<link data-trunk rel="rust" />
<link data-trunk rel="rust" data-wasm-import-name="wasm"/>
<link data-trunk rel="inline" href="./www/index.html" data-integrity="none"/>
<!-- <link data-trunk rel="inline" href="./www/index.js"/> -->
<script data-trunk rel="inline" src="./www/index.mjs" href="./www/index.mjs" type="module" data-integrity="none"/>
Expand Down
2 changes: 1 addition & 1 deletion wasmtool/www/index.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as wasm from "wasmtool";
// import * as wasm from "wasmtool";
import {
fileOpen,
directoryOpen,
Expand Down

0 comments on commit 7f84f7b

Please sign in to comment.