From 29fb26951bfbc2e24634c59d9e41060e7663210d Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sat, 3 Oct 2020 21:53:50 -0400 Subject: [PATCH] Different idea for an opening line --- _posts/2020-07-24-isomorphic-apps copy.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_posts/2020-07-24-isomorphic-apps copy.md b/_posts/2020-07-24-isomorphic-apps copy.md index 5216c6f..f4c66b6 100644 --- a/_posts/2020-07-24-isomorphic-apps copy.md +++ b/_posts/2020-07-24-isomorphic-apps copy.md @@ -6,6 +6,9 @@ category: tags: [rust, javascript, webassembly] --- +In honor of Webpack 5.0 being released and dramatically easing integration of WebAssembly, it's time +to revisit previous work done to use Electron as a backend for Rust GUI applications. + I wasn't expecting to write this, but it's 2020 and we could all use a win. When last I addressed using WASM + Electron to write desktop applications in Rust, there were ultimately too many issues to recommend this combination as feasible. Since then, there's been a lot of progress, and after