WebAssembly in Action

WebAssembly in Action
出版时间:2019.11
官网链接:Manning
下载地址:百度网盘(PDF+EPUB+MOBI)
提取码    :47mn

内容简介:

WebAssembly in Action introduces the WebAssembly stack and walks you through the process of writing and running browser-based applications. Expert developer Gerard Gallant gives you a firm foundation of the structure of a module, HTML basics, JavaScript Promises, and the WebAssembly JavaScript API.

about the technology

Write high-performance browser-based applications without relying only on JavaScript! By compiling to the WebAssembly binary format, your C, C++, or Rust code runs at near-native speed in the browser. WebAssembly delivers greater speed, opportunities to reuse existing code, and access to newer and faster libraries. Plus, you can easily interact with JavaScript when you need to.

about the book

WebAssembly in Action teaches you how to write and run high-performance browser-based applications using C++ and other languages supported by WebAssembly. In it, you’ll learn to create native WebAssembly modules, interact with JavaScript components, and maximize performance with web workers and pthreads. And you’ll love how the clearly organized sections make it a breeze to find the important details about every function, feature, and technique.

what’s inside

  • Dynamic linking of multiple modules at runtime
  • Communicating between modules and JavaScript
  • Debugging with WebAssembly Text Format
  • Threading with web workers and pthreads

about the reader

Written for developers with a basic understanding of C/C++, JavaScript, and HTML.

about the author

Gerard Gallant is a Microsoft Certified Professional and a Senior Software Developer at Dovico Software. He blogs regularly on Blogger.com and DZone.com.

给TA买糖
共{{data.count}}人
人已赞赏
电子书

Get Programming with Node.js

2020-1-10 17:43:21

电子书

Programmer’s Guide to Apache Thrift

2020-1-10 23:56:07

搜索