Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e65c8a7

Browse files
committed
add bundeled files
1 parent 263221b commit e65c8a7

File tree

6 files changed

+526
-167
lines changed

6 files changed

+526
-167
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Maple</title>
6+
<base href="bundled-dist/"></base>
7+
<link href="/css/currentStyle.css" rel="stylesheet"/>
8+
<link rel="modulepreload" href="./js-framework-benchmark-sycamore.js" />
9+
<link rel="preload" href="./js-framework-benchmark-sycamore_bg.wasm" as="fetch" type="application/wasm" crossorigin />
10+
</head>
11+
<body>
12+
<span class="preloadicon glyphicon glyphicon-remove" aria-hidden="true"></span>
13+
<div id='main'></div>
14+
<script type="module">
15+
import init from './js-framework-benchmark-sycamore.js';
16+
init('./js-framework-benchmark-sycamore_bg.wasm');
17+
</script>
18+
</body>
19+
</html>

0 commit comments

Comments
 (0)