Another exquisit release
Lynda.WebAssembly.Accessing.C.and.C.Plus.Plus.in.Web.Applications-XQZT
Title: WebAssembly: Accessing C and C++ in Web Applications
Publisher: Lynda
Size: 214M (223836927 B)
Files: 5F
Date: 08/22/2018
Course #: 704156
Type: Development Tools
Published: 8/21/2018
Modified: N/A
URL: www.lynda.com/course-tutorials/WebAssembly-Accessing-C-C-Web-Applications/704156-2.html
Author: Matt Scarpino
Duration: 1h 45m
Skill: Advanced
Exer/Code: [X]
Installation:
Unpack that shit, run that shit
Notes:
Accelerate web applications with native code using
WebAssembly. WebAssembly is a new, revolutionary technology that
allows developers to program webpages using popular
high-level languages like C, C++, Rust, and Python. Code is then
compiled to WebAssembly bytecode and implemented by the
JavaScript engine built into all web browsers. You gain
flexibility and functionality without sacrificing
performance. This course focuses on the practical uses of the
technology: converting C and C++ code to WebAssembly and
executing WebAssembly in JavaScript. Programmer and engineer Matt
Scarpino demonstrates the power of the WebAssembly,
implementing quick sort and matrix multiplication
algorithms. He also reviews advanced features, such as
debugging and the WebAssembly text format. By the end of the
course, you'll understand the massive potential WebAssembly
represents and be ready to implement it in your next web