Skip to content

Commit

Permalink
Now excluding the wasmer-sh from the main project
Browse files Browse the repository at this point in the history
  • Loading branch information
john-sharratt committed Apr 7, 2023
1 parent b0108a4 commit c5ce85f
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 129 deletions.
131 changes: 13 additions & 118 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ members = [
"lib/wasi",
"lib/wasi-types",
"lib/wasi-experimental-io-devices",
"lib/wasi-web",
"lib/wasix/wasix-http-client",
"lib/wasm-interface",
"lib/c-api/tests/wasmer-c-api-test-runner",
Expand All @@ -63,6 +62,9 @@ members = [
"tests/integration/ios",
"fuzz",
]
exclude = [
"lib/wasi-web",
]
resolver = "2"

[build-dependencies]
Expand Down
Loading

0 comments on commit c5ce85f

Please sign in to comment.