Skip to content

Commit

Permalink
Merge #2366
Browse files Browse the repository at this point in the history
2366: chore: Removing the `deprecated` crates r=Hywan a=Hywan

# Description

This PR removes the `lib/deprecated/` directory which contains the `wasmer-runtime` and `wasmer-runtime-core` deprecated crates. They were present only to transition from 0.x to 1.x. With the coming 2.x version, we no longer need them.


Co-authored-by: Ivan Enderlin <[email protected]>
  • Loading branch information
bors[bot] and Hywan authored May 31, 2021
2 parents 7d09f94 + 6d59c9b commit 29c99fe
Show file tree
Hide file tree
Showing 91 changed files with 1 addition and 6,802 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ members = [
"tests/integration/cli",
"fuzz",
]
exclude = [
"lib/deprecated",
]

[build-dependencies]
test-generator = { path = "tests/lib/test-generator" }
Expand Down
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ build-capi-headless-all: capi-setup
# Testing #
###########

test: test-compilers test-packages test-examples test-deprecated
test: test-compilers test-packages test-examples

test-compilers:
cargo test --release --tests $(compiler_features)
Expand Down Expand Up @@ -564,11 +564,6 @@ test-wasi-unit:
test-examples:
cargo test --release $(compiler_features) --features wasi --examples

test-deprecated:
cargo test --manifest-path lib/deprecated/runtime-core/Cargo.toml -p wasmer-runtime-core --release
cargo test --manifest-path lib/deprecated/runtime/Cargo.toml -p wasmer-runtime --release
cargo test --manifest-path lib/deprecated/runtime/Cargo.toml -p wasmer-runtime --release --examples

test-integration:
cargo test -p wasmer-integration-tests-cli

Expand Down
35 changes: 0 additions & 35 deletions lib/deprecated/README.md

This file was deleted.

Loading

0 comments on commit 29c99fe

Please sign in to comment.