September 2018
Intermediate to advanced
328 pages
9h 10m
English
Node.js runs on Google's V8 JavaScript engine, which powers Google Chrome. Since V8's WebAssembly implementation adheres to the Core Specification, you can interact with a WebAssembly module using the same API as the browser. Instead of performing a fetch call for a .wasm file, you can use Node.js's fs module to read the contents into a buffer, then call instantiate() on the result.
Read now
Unlock full access