Skip to content

Commit

Permalink
Delete unused runtime-abi
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Sep 25, 2019
1 parent 7bf306e commit fec90b5
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 481 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ lib/llvm-backend @nlewycky @losfair

# Runtime
lib/runtime-core @Hywan @bjfish
lib/runtime-abi @MarkMcCaskey
lib/runtime @MarkMcCaskey @Hywan @bjfish
lib/runtime-c-api @bjfish @Hywan
lib/win-exception-handler @bjfish @losfair
Expand Down
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ wasmer-clif-backend = { path = "lib/clif-backend" }
wasmer-singlepass-backend = { path = "lib/singlepass-backend", optional = true }
wasmer-middleware-common = { path = "lib/middleware-common" }
wasmer-runtime = { path = "lib/runtime" }
# wasmer-runtime-abi = { path = "lib/runtime-abi", optional = true }
wasmer-runtime-core = { path = "lib/runtime-core" }
wasmer-emscripten = { path = "lib/emscripten" }
wasmer-llvm-backend = { path = "lib/llvm-backend", optional = true }
Expand All @@ -43,7 +42,6 @@ members = [
"lib/clif-backend",
"lib/singlepass-backend",
"lib/runtime",
# "lib/runtime-abi",
"lib/runtime-core",
"lib/emscripten",
"lib/spectests",
Expand Down Expand Up @@ -100,7 +98,6 @@ backend-singlepass = [
]
wasi = ["wasmer-wasi"]
managed = ["backend-singlepass", "wasmer-runtime-core/managed"]
# vfs = ["wasmer-runtime-abi"]

[[example]]
name = "plugin"
Expand Down
27 changes: 0 additions & 27 deletions lib/runtime-abi/Cargo.toml

This file was deleted.

23 changes: 0 additions & 23 deletions lib/runtime-abi/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions lib/runtime-abi/src/lib.rs

This file was deleted.

111 changes: 0 additions & 111 deletions lib/runtime-abi/src/vfs/device_file.rs

This file was deleted.

21 changes: 0 additions & 21 deletions lib/runtime-abi/src/vfs/file_like.rs

This file was deleted.

5 changes: 0 additions & 5 deletions lib/runtime-abi/src/vfs/mod.rs

This file was deleted.

Loading

0 comments on commit fec90b5

Please sign in to comment.