Skip to content

Commit

Permalink
Merge pull request #4470 from wasmerio/wasix-http-client-remove-full
Browse files Browse the repository at this point in the history
chore: Completely remove wasix_http_client
  • Loading branch information
syrusakbary authored Mar 5, 2024
2 parents 510b204 + b7f156d commit 7084280
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 880 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,6 @@ exclude_tests := --exclude wasmer-c-api --exclude wasmer-cli --exclude wasmer-co
# We run integration tests separately (it requires building the c-api)
exclude_tests += --exclude wasmer-integration-tests-cli
exclude_tests += --exclude wasmer-integration-tests-ios
# wasix_http_client is only for the WASM target, must be tested separately
# FIXME: add separate test step!
exclude_tests += --exclude wasix_http_client

ifneq (, $(findstring llvm,$(compilers)))
ENABLE_LLVM := 1
Expand Down
1 change: 0 additions & 1 deletion lib/wasi-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
pub mod asyncify;
pub mod types;
pub mod wasi;
pub mod wasix;
1 change: 0 additions & 1 deletion lib/wasi-types/src/wasix/mod.rs

This file was deleted.

1 change: 0 additions & 1 deletion lib/wasix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ hex = { version = "^0.4" }
term_size = { version = "0.3" }
linked_hash_set = { version = "0.1" }
http = "0.2.8"
wai-bindgen-wasmer = { path = "../wai-bindgen-wasmer", version = "0.18.1", features = ["tracing"] }
heapless = "0.7.16"
once_cell = "1.17.0"
pin-project = "1.0.12"
Expand Down
3 changes: 0 additions & 3 deletions lib/wasix/src/bindings/mod.rs

This file was deleted.

Loading

0 comments on commit 7084280

Please sign in to comment.