mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
Test wasm builds in CI
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -63,3 +63,6 @@ jobs:
|
||||
- name: Test Dynamic Build
|
||||
run: nix develop -c zig build -Dstatic=false
|
||||
|
||||
- name: Test Wasm Build
|
||||
run: nix develop -c zig build wasm
|
||||
|
||||
|
2
vendor/zig-js
vendored
2
vendor/zig-js
vendored
@ -1 +1 @@
|
||||
Subproject commit 52eed4daddcf9fa974ad4457691de26ef2351c56
|
||||
Subproject commit 5e3a5ce776f7b424022494a830f66ace224fe7ff
|
Reference in New Issue
Block a user