Setting up Node.js for WebAssembly Development

A copy of the Node.js runtime is required to debug WebAssembly Node.js Modules.

By default, Fire will automatically detect your copy of Node.js, if it is properly installed as /usr/local/bin/node. If you have Node.js installed a different location, you can manually specify a path to the node executable in the "Paths" tab of the Preferences Window.

See Also