aboutsummaryrefslogtreecommitdiff
path: root/src/talks/wasm/examples/5-matrix-multiplication/index.html.raw
blob: f011ff5aa51818fbab1d4c2e5a0d54d20d47989a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html lang="en-US">
<head>
	<meta charset="utf-8" />
	<meta name="viewport" content="width=device-width" />
	<title>Matrix multiplication</title>
	<script src="./script.js" type="module" defer></script>
</head>

<body>
	<p>Number of iterations:</p>
	<input id="input">
	<button id="wasmButton">WASM</button>
	<button id="jsButton">JS</button>
</body>

</html>

Generated with cgit - Back to sebastiano.tronto.net