Skip to content

Commit 89169f6

Browse files
authored
WASM Build (#59)
* wasmsupprot * wasmsupprot * switch boon to jsonschema add wasm * add cql2 playground to docs * cleanup playground * add examples to playground * format example json pretty
1 parent a4a30aa commit 89169f6

File tree

14 files changed

+834
-95
lines changed

14 files changed

+834
-95
lines changed

.github/workflows/docs.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,15 @@ jobs:
2020
- uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0 # for git describe
23+
- name: Install Rust
24+
uses: dtolnay/rust-toolchain@stable
2325
- uses: Swatinem/rust-cache@v2
26+
- name: Install wasm-pack
27+
uses: jetli/[email protected]
28+
with:
29+
version: 'latest'
30+
- name: build wasm
31+
run: scripts/buildwasm
2432
- uses: astral-sh/setup-uv@v3
2533
with:
2634
enable-cache: true
@@ -31,4 +39,4 @@ jobs:
3139
- name: Deploy
3240
run: |
3341
VERSION=$(git describe --tags --match="v*" --abbrev=0)
34-
uv run mike deploy $VERSION latest --update-aliases --push
42+
uv run mike deploy $VERSION latest --update-aliases --push

0 commit comments

Comments
 (0)