Skip to content

Commit f5eb506

Browse files
authored
chore: remove unused FFI module and C header (#36)
Signed-off-by: danbugs <danilochiarlone@gmail.com>
1 parent 8d95468 commit f5eb506

4 files changed

Lines changed: 1 addition & 456 deletions

File tree

host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
[lib]
99
name = "hyperlight_unikraft"
1010
path = "src/lib.rs"
11-
crate-type = ["lib", "cdylib", "staticlib"]
11+
crate-type = ["lib"]
1212

1313
[[bin]]
1414
name = "hyperlight-unikraft"

host/include/hyperlight_unikraft.h

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)