@fleek-platform/sgx-quote-verify-wasm
v0.1.0
Published
A WebAssembly module for SGX quote verification.
Downloads
131
Readme
SGX Quote Verification in WASM
Overview
This is a WASM package for performing remote attestations for SGX. It depends on the crate: https://github.com/fleek-network/fleek-sgx
Building the WASM package
- Install
wasm-pack
:
cargo install wasm-pack
- Build for NodeJS:
wasm-pack build --target nodejs