Cargo Features

[dependencies]
hyperlight-guest = { version = "0.1.0", default-features = false, features = ["libc", "printf", "alloca"] }
default = alloca, libc, printf

These default features are set whenever hyperlight-guest is added without default-features = false somewhere in the dependency tree.

libc default

compile musl libc

printf default

compile printf

alloca default

compile alloca wrapper