enso/gui/.github
Wojciech Daniło ecda629e98 Node shapes part 1, build time optimization, lazy WASM loader. (https://github.com/enso-org/ide/pull/162)
Implements #2117
The application is now distributed to WASM binary (gzipped, not processed by webpack) and JS helpers bundle (gzipped, processed by webpack).
There is a new loader implementation that starts downloading the bundles and as soon as it finishes downloading the helper bundle, it starts online WASM compilation (before the WASM binary finishes downloading).
The loader displays a nice progress bar to the user.
The top-level examples folder was renamed to app and changed significantly. It is meant now to be the base for our cloud and native app. When you run it, please navigate to http://localhost:8080/debug to get the list of debug demo scenes.

Implements #2118
Please use ./scripts/watch.sh --dev. After changing any example scene, the time between hitting ctrl+s and seeing new results in the browser dropped from 45s to 3s.

Implements #2110

Original commit: f21998f4f2
2020-02-11 00:47:03 +01:00
..
actions-rs Update grcov.yml 2019-10-07 22:43:56 +02:00
ISSUE_TEMPLATE Add issue and PR templates 2019-10-14 11:00:17 +01:00
workflows Node shapes part 1, build time optimization, lazy WASM loader. (https://github.com/enso-org/ide/pull/162) 2020-02-11 00:47:03 +01:00
CODEOWNERS Create CODEOWNERS 2020-02-06 03:49:42 +01:00
PULL_REQUEST_TEMPLATE.md Add issue and PR templates 2019-10-14 11:00:17 +01:00