Skip to content

Commit ef26f11

Browse files
authored
Merge pull request #5 from benoitlx/feat-ratzilla
ports kanash to the web with ratzilla
2 parents c7eccac + 0ff4ce5 commit ef26f11

22 files changed

Lines changed: 603 additions & 1045 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
22-
- run: cargo test --verbose
22+
- run: rustup target add wasm32-unknown-unknown
23+
- run: cargo build -p kanash
24+
- run: cargo build --target wasm32-unknown-unknown -p kanash-ratzilla
25+
- run: cargo test --verbose --workspace --exclude kanash-ratzilla
2326
- run: cargo fmt --check

.helix/languages.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[language-server.rust-analyzer.config]
2+
rust-analyzer.cargo.target = "wasm32-unknown-unknown"

0 commit comments

Comments
 (0)