Skip to content

Commit 8d51040

Browse files
authored
Merge pull request #1751 from RustPython/master
Merge to release again to fix demo performance issues
2 parents be42508 + f873c0e commit 8d51040

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+2659
-1493
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,13 @@ jobs:
124124
runs-on: ubuntu-latest
125125
steps:
126126
- uses: actions/checkout@master
127+
- name: Cache cargo dependencies
128+
uses: actions/cache@v1
129+
with:
130+
key: ${{ runner.os }}-wasm-${{ hashFiles('**/Cargo.lock') }}
131+
path: target
132+
restore-keys: |
133+
${{ runner.os }}-wasm-
127134
- name: install wasm-pack
128135
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
129136
- name: install geckodriver

Cargo.lock

Lines changed: 1 addition & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy