forked from r3dDoX/jsconfasia-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (61 loc) · 1.64 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="icon" href="img/zuehlke_logo.jpg">
<link rel="stylesheet" href="css/theme/zuehlke-index.css">
<title>WebAssembly: Expectation vs. Reality - Overview</title>
</head>
<body>
<header>
<h1>WebAssembly: Expectation vs. Reality</h1>
<h2><span class="nowrap">Patrick Walther</span></h2>
</header>
<section>
<a href="slides/01_Intro.html" target="_blank">
<h2>01 Intro</h2>
<ul>
<li>Who am I</li>
<li>Expectations & Goals</li>
</ul>
</a>
</section>
<section>
<a href="slides/02_Webassembly.html" target="_blank">
<h2>02 WebAssembly</h2>
<ul>
<li>Basics</li>
<li>Current and Coming</li>
</ul>
</a>
</section>
<section>
<a href="slides/03_Webassembly_Basics.html" target="_blank">
<h2>03 WebAssembly basics</h2>
<ul>
<li>Lets dive into the nitty-gritty</li>
</ul>
</a>
</section>
<section>
<a href="slides/04_Webassembly_In_Depth.html" target="_blank">
<h2>04 WebAssembly in-depth</h2>
<ul>
<li>Handling complex types</li>
<li>Explore the Interface</li>
</ul>
</a>
</section>
<section>
<a href="slides/05_Real_World_Use_Case.html" target="_blank">
<h2>05 Real World Use Case</h2>
<ul>
<li>OpenCV</li>
<li>Process Images in the Browser</li>
<li>Performance</li>
</ul>
</a>
</section>
</body>
</html>