From 896ae41f57bc392cd1813704caaa434024a5fedd Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 9 Sep 2018 13:08:38 -0400 Subject: [PATCH] Don't use Roboto font from Google --- _drafts/isomorphic-apps.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_drafts/isomorphic-apps.md b/_drafts/isomorphic-apps.md index 4d72204..186379e 100644 --- a/_drafts/isomorphic-apps.md +++ b/_drafts/isomorphic-apps.md @@ -88,7 +88,7 @@ try using Electron and WASM at the moment, and I think that's the more important - yew doesn't require wasm_bindgen, but doesn't link via webpack (env module) - think this is a stdweb issue - Electron forces us to deal with MIME types - open webpack issue - Incompatible low-level utilities - js-sys exists, but very fragmented with web-sys, stdweb, percy-webapis -- Keeping wasm-bindgen-cli updated: +- Can't include Cargo.lock so wasm-bindgen-cli is updated: error: failed to extract wasm-bindgen custom sections caused by: @@ -115,6 +115,8 @@ try using Electron and WASM at the moment, and I think that's the more important error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. +- Things I didn't try: wasm-pack to publish to NPM or local registry and pull down from there, static file server in Electron + [wxwidgets]: https://wxwidgets.org/ [libui-rs]: https://github.com/LeoTindall/libui-rs/ [electron]: https://electronjs.org/