Skip to content

Commit 4c6565d

Browse files
committed
remove luals_wasm
1 parent d3b895d commit 4c6565d

File tree

4 files changed

+3
-17
lines changed

4 files changed

+3
-17
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ jobs:
3535
if: ${{ matrix.cross == 'general' }}
3636
run: |
3737
rustup target add ${{ matrix.target }}
38-
cargo build --release --target ${{ matrix.target }}
38+
cargo build --release --target ${{ matrix.target }} -p luals
3939
- name: Build - cross
4040
if: ${{ matrix.cross == 'cross' }}
4141
run: |
4242
cargo install cross
43-
cross build --release --target ${{ matrix.target }}
43+
cross build --release --target ${{ matrix.target }} -p luals
4444
- name: Build - no_format
4545
if: ${{ matrix.cross == 'no_format' }}
4646
run: |
4747
cargo install cross
48-
cross build --release --target ${{ matrix.target }} --features no_format
48+
cross build --release --target ${{ matrix.target }} --features no_format -p luals
4949
5050
- name: package-unix
5151
if: ${{ matrix.os != 'windows-latest' }}

Cargo.lock

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/luals_wasm/Cargo.toml

Lines changed: 0 additions & 7 deletions
This file was deleted.

crates/luals_wasm/src/lib.rs

Whitespace-only changes.

0 commit comments

Comments
 (0)