forked from LostInBrittany/wasm-codelab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (34 loc) · 953 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">
<title>DevFest Paris 2020 WebAssembly Codelab</title>
</head>
<body>
<h1>DevFest Paris 2020 WebAssembly Codelab</h1>
<p>Here you have some WebAssembly demos:</p>
<ul>
<li>
<a href="./LetsDoSomeMaths/LetsDoSomeMaths.html">
Let's do some maths
</a>
</li>
<li>
<a href="./HelloWebAssembly/HelloWebAssembly.html">
Hello WebAssembly
</a>
</li>
<li>
<a href="./WebAssemblyStudioHelloWorld/src/main.html">
Hello World with WebAssembly Studio
</a>
</li>
<li>
<a href="./GameOfLife/src/main.html">
Game of Life in AssemblyScript
</a>
</li>
</ul>
</body>
</html>