Skip to content

Commit dc02ad2

Browse files
authored
Merge branch 'master' into fix/local-grab-dashed-line
2 parents e51e597 + 0eab6aa commit dc02ad2

245 files changed

Lines changed: 15672 additions & 6650 deletions

File tree

Some content is hidden

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

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ jobs:
112112
- name: 🌐 Build Graphite web code
113113
env:
114114
NODE_ENV: production
115+
# Split the Wasm binary to fit Cloudflare Pages' file size limit (see `wasmSplitting` in `frontend/vite.config.ts`)
116+
SPLIT_WASM: "1"
115117
run: mold -run cargo run build web${{ inputs.debug && ' debug' || '' }}
116118

117119
- name: 📤 Publish to Cloudflare Pages

0 commit comments

Comments
 (0)