A simple example of GUI application with Electron and Rust, by using neon-bindings/neon.
- Node.js v6.9.2
- Linux (or macOS)
- Fedora 25 (with amd64)
- Windows has not supported yet
- Rust toolchain (with nightly channel).
Enable emscripten:
$ source /path/to/emsdk/emsdk_env.sh
switch Node's version
$ nvm use
install dependencies & build native module
$ npm install
run as an electron application.
$ npm start
MIT License (See LICENSE for details)