Skip to content

Commit

Permalink
remove wasi-wast from workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej committed Feb 21, 2024
1 parent b7f4294 commit f5b1ad9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44 deletions.
42 changes: 0 additions & 42 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ wasmer-compiler-llvm = { version = "=4.2.5", path = "lib/compiler-llvm", optiona
wasmer-emscripten = { version = "=4.2.5", path = "lib/emscripten", optional = true }
wasmer-wasix = { version = "0.18.0", path = "lib/wasix", optional = true }
wasmer-wast = { version = "=4.2.5", path = "tests/lib/wast", optional = true }
wasi-test-generator = { version = "=4.2.5", path = "tests/wasi-wast", optional = true }
wasmer-cache = { version = "=4.2.5", path = "lib/cache", optional = true }
wasmer-types = { version = "=4.2.5", path = "lib/types" }
wasmer-middlewares = { version = "=4.2.5", path = "lib/middlewares", optional = true }
Expand Down Expand Up @@ -71,7 +70,6 @@ members = [
"tests/integration/ios",
"tests/lib/compiler-test-derive",
"tests/lib/wast",
"tests/wasi-wast",
]
resolver = "2"

Expand Down

0 comments on commit f5b1ad9

Please sign in to comment.