Skip to content

Commit 663041c

Browse files
committed
Add HEDL logo and fix WASM playground build
- Add SVG logo referenced in README (docs/assets/hedl-logo.svg) - Fix pages.yml: exclude toon feature from WASM build because toon -> ratatui -> syntect -> onig_sys requires C compilation which is incompatible with wasm32-unknown-unknown target
1 parent cf3a147 commit 663041c

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
wasm-pack build crates/hedl-wasm \
5151
--target web \
5252
--out-dir playground/pkg \
53-
--features all-formats
53+
--features json,yaml,xml,csv
5454
5555
- name: Prepare playground directory
5656
run: |

docs/assets/hedl-logo.svg

Lines changed: 35 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)