https://nodejs.org/api/globals.html#globals_webassembly
A list of WebAssembly features implemented by Node.js can be found here (the right most column):
https://developer.mozilla.org/en-US/docs/WebAssembly#Browser...
I couldn't get a basic example working because `SharedArrayBuffer` isn't available in node. I wouldn't be surprised if the other bits aren't either.
https://nodejs.org/api/globals.html#globals_webassembly
A list of WebAssembly features implemented by Node.js can be found here (the right most column):
https://developer.mozilla.org/en-US/docs/WebAssembly#Browser...