Go to file
Bradlee Speice b9223f39db Note that binaryen was removed 2020-07-24 14:17:08 -04:00
minimal Add a minimal and plain stdweb example 2018-09-08 23:38:34 -04:00
seed Add a modern example that doesn't need Webpack patching 2020-07-24 13:58:28 -04:00
stdweb Add a minimal and plain stdweb example 2018-09-08 23:38:34 -04:00
yew Get most of yew in place 2018-09-08 22:36:48 -04:00
README.md Note that binaryen was removed 2020-07-24 14:17:08 -04:00

README.md

Electron applications in Rust

It's 2020, and a lot has changed.

  • With the advent of Webpack 5, the previous issues with using WASM in Electron have been vanquished. I can only assume some form of sorcery was involved. All examples have been updated to use the new version.
  • wasm32-unknown-unknown targets are enabled for stable Rust
  • The previous percy example has been removed. While work continues on the project, there haven't been any releases.
  • binaryen has been removed.
  • A new framework seed as been added as an example.

Each app is a starter example, and can be run with yarn install && yarn start.