Skip to content

Commit 6760496

Browse files
committed
Use unix modules for most of WASI
1 parent bf605f4 commit 6760496

29 files changed

Lines changed: 189 additions & 1096 deletions

File tree

library/Cargo.lock

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,7 @@ dependencies = [
139139

140140
[[package]]
141141
name = "libc"
142-
version = "0.2.175"
143-
source = "registry+https://github.com/rust-lang/crates.io-index"
144-
checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
142+
version = "0.2.177"
145143
dependencies = [
146144
"rustc-std-workspace-core",
147145
]

library/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,5 @@ rustflags = ["-Cpanic=abort"]
5959
rustc-std-workspace-core = { path = 'rustc-std-workspace-core' }
6060
rustc-std-workspace-alloc = { path = 'rustc-std-workspace-alloc' }
6161
rustc-std-workspace-std = { path = 'rustc-std-workspace-std' }
62+
63+
libc = { path = '../../libc' }

0 commit comments

Comments
 (0)