Skip to content

Commit

Permalink
Merge pull request #4997 from wasmerio/fix/fd-map-with-holey-list
Browse files Browse the repository at this point in the history
Rework WasiFs to use a "holey" FdList instead of hashmap + seed + fre…
  • Loading branch information
Arshia001 authored Nov 19, 2024
2 parents b122dfa + 5ef1671 commit 6e95875
Show file tree
Hide file tree
Showing 16 changed files with 564 additions and 199 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions lib/wasix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ web-sys = { version = "0.3.64", features = [
"Response",
"Headers",
], optional = true }
ahash = "0.8.11"
hyper-util = { version = "0.1.5", features = [
"server",
"server-graceful",
Expand Down Expand Up @@ -164,7 +163,7 @@ tokio = { workspace = true, features = [
pretty_assertions.workspace = true
tracing-test = "0.2.4"
wasm-bindgen-test = "0.3.0"
env_logger = { version = "0.11.5", default-features = false}
env_logger = { version = "0.11.5", default-features = false }
log = "0.4.22"

[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
Expand Down
Loading

0 comments on commit 6e95875

Please sign in to comment.