Introduction
WebAssembly (abbreviated Wasm [1]) is a safe, portable, low-level code format designed for efficient execution and compact representation. Its main goal is to enable high performance applications on the Web, but it does not make any Web-specific assumptions or provide Web-specific features, so it can be employed in other environments as well.
In this class we’ll learn about this cutting edge technology, how to use it, and how to push it to its limits.
Class Information
- Time: Fridays 10:00 - 10:50 AM
- Place: CSI 2118
- Instructor: Willem Wyndham (first name @ cs dot umd dot edu)
- Official Instructor: Dr. Michael Hicks (m w h @ …)
-
Office Hours F 11 AM - 12 PM, 2 - 4 PM, or by appointment
- Syllabus
Materials
- Setting up Development environments
- Introduction to WebAssembly and AssemblyScript (don’t need to install anything).