From 98d7d6cb702af2708f20e7cf16ee10a9f71b578a Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Sat, 13 Mar 2021 15:43:56 -0500 Subject: My First WASM application is rendering a triangle on the frontend --- frontend/_wasm/intro.html | 56 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 frontend/_wasm/intro.html (limited to 'frontend/_wasm/intro.html') diff --git a/frontend/_wasm/intro.html b/frontend/_wasm/intro.html new file mode 100644 index 0000000..853d7ac --- /dev/null +++ b/frontend/_wasm/intro.html @@ -0,0 +1,56 @@ + + + + + + + + + + + + Physics for Games + + +
+

Physics for Games

+
+
+ +
+

Getting Started with WebAssembly

+
+

Why does the browser exist?

+

+ Before we can get started trying to understand just what WebAssembly has to offer, let's ask ourselves a quick question: Why does the browser even exist in the first place, and what type of problem are we trying to tackle in the browser? +

+
+
+

WASM: What and why

+

+ + In my professional career, I've spent far too much time writing complicated frontend applications for the browser. This being the modern web, my hand was forced into using JavaScript. +

+
+
+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

+
+ +
+ +
+ + +
+
+
+
+ + \ No newline at end of file -- cgit v1.2.1