November 2019
Intermediate to advanced
296 pages
7h 52m
English
Another experimental backend for TensorFlow.js uses WebAssembly. WebAssembly is often abbreviated to WASM, so the file extension is .wasm. WebAssembly is a binary instruction set for a stack-based virtual machine implemented in the web browser. WebAssembly is designed to be portable among multiple target machines. It indicates that we can reuse the same WebAssembly code on various kinds of platforms as well as other higher-level languages.
The huge potential benefit of WebAssembly is efficiency and performance. WebAssembly aims to achieve native speed by running code with a common hardware capability that is available on a variety of architectures.
WebAssembly also achieves ...
Read now
Unlock full access