Skip to content

Commit

Permalink
Remove deprecated crates from tree
Browse files Browse the repository at this point in the history
This commit removes the following deprecated crates from the tree:

* `quickjs-wasm-sys`
* `quickjs-wasm-rs`
* `javy-apis`

These crates were marked as deprecated as part of the migration to
rquickjs: bytecodealliance#618 and they
have also been removed from our `cargo vet` configuration in
bytecodealliance#715
  • Loading branch information
saulecabrera committed Aug 13, 2024
1 parent 644a502 commit f1f82f1
Show file tree
Hide file tree
Showing 110 changed files with 1 addition and 108,634 deletions.
4 changes: 0 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[workspace]
members = [
"crates/javy",
"crates/apis",
"crates/core",
"crates/cli",
"crates/test-macros",
Expand Down
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,12 @@ test-config:

tests: test-javy test-core test-runner test-cli test-wpt test-config

fmt: fmt-javy fmt-apis fmt-core fmt-cli
fmt: fmt-javy fmt-core fmt-cli

fmt-javy:
cargo fmt --package=javy -- --check
cargo clippy --package=javy --target=wasm32-wasi --all-targets -- -D warnings

fmt-apis:
cargo fmt --package=javy-apis -- --check
cargo clippy --package=javy-apis --all-features --target=wasm32-wasi --all-targets -- -D warnings

fmt-core:
cargo fmt --package=javy-core -- --check
cargo clippy --package=javy-core --target=wasm32-wasi --all-targets -- -D warnings
Expand Down
43 changes: 0 additions & 43 deletions crates/apis/CHANGELOG.md

This file was deleted.

15 changes: 0 additions & 15 deletions crates/apis/Cargo.toml

This file was deleted.

3 changes: 0 additions & 3 deletions crates/apis/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions crates/apis/publish.sh

This file was deleted.

2 changes: 0 additions & 2 deletions crates/apis/src/lib.rs

This file was deleted.

60 changes: 0 additions & 60 deletions crates/quickjs-wasm-rs/CHANGELOG.md

This file was deleted.

27 changes: 0 additions & 27 deletions crates/quickjs-wasm-rs/Cargo.toml

This file was deleted.

51 changes: 0 additions & 51 deletions crates/quickjs-wasm-rs/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions crates/quickjs-wasm-rs/publish.sh

This file was deleted.

7 changes: 0 additions & 7 deletions crates/quickjs-wasm-rs/src/js_binding/constants.rs

This file was deleted.

Loading

0 comments on commit f1f82f1

Please sign in to comment.