Seamless integration

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.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset