Skip to content

Commit 8bb37b3

Browse files
committed
add index.html to help debuggin
1 parent 254a16d commit 8bb37b3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<html>
2+
<head>
3+
<meta charset="utf-8"/>
4+
<title>wasm-qmd-parser</title>
5+
</head>
6+
<script type="module">
7+
import main from "./wasm_qmd_parser.js";
8+
let m = await main();
9+
debugger;
10+
m.parse_qmd("# Hello");
11+
</script>
12+
</head>
13+
<body>
14+
</body>
15+
</html>

0 commit comments

Comments
 (0)