aws / aws-nitro-enclaves-nsm-api

This provides a library for interacting with the Nitro Secure Module, which provides Nitro Enclaves with attestation capability.
Apache License 2.0
62 stars 43 forks source link

nsm-io: nix and libc dependencies #12

Closed Jonas-Metzger closed 3 years ago

Jonas-Metzger commented 3 years ago

Hi @petreeftime, are the nix and libc dependencies in nsm-io crucial? I'm trying to compile a attestation doc verification rust code that uses nsm-io to WASM with cargo build --target=wasm32-unknown-emscripten. It seems that this target doesn't support those two.